summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2017-08-21 13:26:28 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2017-08-21 13:26:28 +0000
commit31e0b9f12cc7c944cfa44082f5ff6c94615f8d68 (patch)
tree1818a753b93ff1ef78365147f674b9e83bcf0048 /deskutils
parentDon't set WRKSRC when USE_GITHUB. Use the correct GH_ACCOUNT/GH_PROJECT, (diff)
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.
Notes
Notes: svn path=/head/; revision=448472
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/affiche/Makefile2
-rw-r--r--deskutils/appwrapper/Makefile2
-rw-r--r--deskutils/cartotheque/Makefile2
-rw-r--r--deskutils/charmap/Makefile2
-rw-r--r--deskutils/gnustep-wrapper/Makefile2
-rw-r--r--deskutils/gnustep-wrapper/files/patch-Directories.make11
-rw-r--r--deskutils/gworkspace-gwmetadata/Makefile2
-rw-r--r--deskutils/gworkspace-gwmetadata/distinfo5
-rw-r--r--deskutils/gworkspace/Makefile3
-rw-r--r--deskutils/gworkspace/distinfo5
-rw-r--r--deskutils/gworkspace/pkg-plist29
-rw-r--r--deskutils/helpviewer/Makefile2
-rw-r--r--deskutils/plopfolio/Makefile2
-rw-r--r--deskutils/preferences/Makefile2
-rw-r--r--deskutils/preferences/files/patch-GNUmakefile.preamble31
-rw-r--r--deskutils/preferences/files/patch-Keyboard.m10
-rw-r--r--deskutils/preferences/files/patch-Modules_Keyboard_GNUmakefile (renamed from deskutils/preferences/files/patch-Modules-Keyboard-GNUmakefile)6
-rw-r--r--deskutils/preferences/files/patch-Modules_Keyboard_Keyboard.m13
-rw-r--r--deskutils/preferences/files/patch-PrefsModule_GNUmakefile.preamble21
-rw-r--r--deskutils/simpleagenda/Makefile2
-rw-r--r--deskutils/systempreferences/Makefile2
-rw-r--r--deskutils/toolboxkit/Makefile2
22 files changed, 107 insertions, 51 deletions
diff --git a/deskutils/affiche/Makefile b/deskutils/affiche/Makefile
index 1c7c12325866..08c7b02cd61e 100644
--- a/deskutils/affiche/Makefile
+++ b/deskutils/affiche/Makefile
@@ -2,7 +2,7 @@
PORTNAME= affiche
PORTVERSION= 0.6.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= deskutils gnustep
MASTER_SITES= http://www.collaboration-world.com/affiche.data/releases/Stable/
DISTNAME= Affiche-${PORTVERSION}
diff --git a/deskutils/appwrapper/Makefile b/deskutils/appwrapper/Makefile
index 66d8326fc1a8..ea0b04e4d7f0 100644
--- a/deskutils/appwrapper/Makefile
+++ b/deskutils/appwrapper/Makefile
@@ -2,7 +2,7 @@
PORTNAME= appwrapper
PORTVERSION= 0.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= deskutils gnustep
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/AppWrapper%20${PORTVERSION}
DISTNAME= AppWrapper.${PORTVERSION}
diff --git a/deskutils/cartotheque/Makefile b/deskutils/cartotheque/Makefile
index 1ea58fb474de..dc041dbf627c 100644
--- a/deskutils/cartotheque/Makefile
+++ b/deskutils/cartotheque/Makefile
@@ -2,7 +2,7 @@
PORTNAME= cartotheque
PORTVERSION= 0.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= deskutils gnustep
MASTER_SITES= LOCAL/dinoex
DISTNAME= Cartotheque-${PORTVERSION}
diff --git a/deskutils/charmap/Makefile b/deskutils/charmap/Makefile
index a63ea3def78b..b67dd0837cfb 100644
--- a/deskutils/charmap/Makefile
+++ b/deskutils/charmap/Makefile
@@ -3,7 +3,7 @@
PORTNAME= charmap
PORTVERSION= 0.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= deskutils gnustep
MASTER_SITES= http://www.sourcefiles.org/Utilities/GUI/
diff --git a/deskutils/gnustep-wrapper/Makefile b/deskutils/gnustep-wrapper/Makefile
index 7144dd067088..a3964c14e60a 100644
--- a/deskutils/gnustep-wrapper/Makefile
+++ b/deskutils/gnustep-wrapper/Makefile
@@ -2,7 +2,7 @@
PORTNAME= wrapper
PORTVERSION= 0.1.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= deskutils gnustep
#MASTER_SITES= ftp://ftp.raffael.ch/software/GNUstepWrapper/
MASTER_SITES= LOCAL/dinoex
diff --git a/deskutils/gnustep-wrapper/files/patch-Directories.make b/deskutils/gnustep-wrapper/files/patch-Directories.make
new file mode 100644
index 000000000000..3d4fa2ba91ac
--- /dev/null
+++ b/deskutils/gnustep-wrapper/files/patch-Directories.make
@@ -0,0 +1,11 @@
+--- Directories.make.orig 2017-08-13 17:48:46 UTC
++++ Directories.make
+@@ -28,8 +28,4 @@ OBJ_BASE_DIR=shared_obj
+ endif
+
+ ARCH_DIR=$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS)/$(LIBRARY_COMBO)
+-ifneq ($(GNUSTEP_FLATTENED),yes)
+-OBJ_DIR=$(OBJ_BASE_DIR)/$(ARCH_DIR)
+-else
+ OBJ_DIR=$(OBJ_BASE_DIR)
+-endif
diff --git a/deskutils/gworkspace-gwmetadata/Makefile b/deskutils/gworkspace-gwmetadata/Makefile
index 627d965e1c96..7e0649e16396 100644
--- a/deskutils/gworkspace-gwmetadata/Makefile
+++ b/deskutils/gworkspace-gwmetadata/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= gworkspace
-PORTVERSION= 0.9.3
+PORTVERSION= 0.9.4
CATEGORIES= deskutils gnustep
#MASTER_SITES= http://www.gnustep.it/enrico/gworkspace/
MASTER_SITES= GNUSTEP/usr-apps
diff --git a/deskutils/gworkspace-gwmetadata/distinfo b/deskutils/gworkspace-gwmetadata/distinfo
index 139637a1e2a3..b0d024921e9a 100644
--- a/deskutils/gworkspace-gwmetadata/distinfo
+++ b/deskutils/gworkspace-gwmetadata/distinfo
@@ -1,2 +1,3 @@
-SHA256 (gworkspace-0.9.3.tar.gz) = 238343a8c4e447debec75ff49f4657f74a4256a49862899214a2c80616c79049
-SIZE (gworkspace-0.9.3.tar.gz) = 3833838
+TIMESTAMP = 1495374909
+SHA256 (gworkspace-0.9.4.tar.gz) = f3c18371c10d8ca02954017ce5c78d8f6b6ed3101a7adae86d7c557cea405632
+SIZE (gworkspace-0.9.4.tar.gz) = 3855909
diff --git a/deskutils/gworkspace/Makefile b/deskutils/gworkspace/Makefile
index 912708e26f5e..f0d8346ec921 100644
--- a/deskutils/gworkspace/Makefile
+++ b/deskutils/gworkspace/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= gworkspace
-PORTVERSION= 0.9.3
-PORTREVISION= 1
+PORTVERSION= 0.9.4
CATEGORIES= deskutils gnustep
#MASTER_SITES= http://www.gnustep.it/enrico/gworkspace/
MASTER_SITES= GNUSTEP/usr-apps
diff --git a/deskutils/gworkspace/distinfo b/deskutils/gworkspace/distinfo
index 139637a1e2a3..ebad9d218dc3 100644
--- a/deskutils/gworkspace/distinfo
+++ b/deskutils/gworkspace/distinfo
@@ -1,2 +1,3 @@
-SHA256 (gworkspace-0.9.3.tar.gz) = 238343a8c4e447debec75ff49f4657f74a4256a49862899214a2c80616c79049
-SIZE (gworkspace-0.9.3.tar.gz) = 3833838
+TIMESTAMP = 1495374913
+SHA256 (gworkspace-0.9.4.tar.gz) = f3c18371c10d8ca02954017ce5c78d8f6b6ed3101a7adae86d7c557cea405632
+SIZE (gworkspace-0.9.4.tar.gz) = 3855909
diff --git a/deskutils/gworkspace/pkg-plist b/deskutils/gworkspace/pkg-plist
index 35298548abce..35b017553ce8 100644
--- a/deskutils/gworkspace/pkg-plist
+++ b/deskutils/gworkspace/pkg-plist
@@ -108,13 +108,6 @@ GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.gor
GNUstep/System/Applications/GWorkspace.app/Resources/Esperanto.lproj/Localizable.strings
GNUstep/System/Applications/GWorkspace.app/Resources/FFArrow.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/FFArrow_disabled.tiff
-GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory.tiff
-GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open.tiff
-GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open_Small.tiff
-GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open_Small_alt.tiff
-GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open_Small_osx.tiff
-GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open_alt.tiff
-GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open_osx.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_WebLink.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/FileManager.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Localizable.strings
@@ -161,14 +154,11 @@ GNUstep/System/Applications/GWorkspace.app/Resources/Month-7.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/Month-8.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/Month-9.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/Month.tiff
-GNUstep/System/Applications/GWorkspace.app/Resources/MultipleSelection.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/Norvegian.lproj/Localizable.strings
GNUstep/System/Applications/GWorkspace.app/Resources/Pboard.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/Localizable.strings
GNUstep/System/Applications/GWorkspace.app/Resources/REWArrow.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/REWArrow_disabled.tiff
-GNUstep/System/Applications/GWorkspace.app/Resources/Recycler.tiff
-GNUstep/System/Applications/GWorkspace.app/Resources/RecyclerFull.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/RightArr.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/Localizable.strings
GNUstep/System/Applications/GWorkspace.app/Resources/SlideMask.tiff
@@ -373,16 +363,11 @@ GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Headers/FSNPathCom
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Headers/FSNTextCell.h
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Headers/FSNode.h
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Headers/FSNodeRep.h
-GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/ArrowRight.tiff
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/English.lproj/Localizable.strings
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/FolderOpen.tiff
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/HardDisk.tiff
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/HardDiskOpen.tiff
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/Info-gnustep.plist
-GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/MultipleSelection.tiff
-GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/Recycler.tiff
-GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/RecyclerFull.tiff
-GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/Workspace.tiff
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/libFSNode.so
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/libFSNode.so.0
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/libFSNode.so.0.1.0
@@ -418,7 +403,6 @@ GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/Engli
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/English.lproj/InspectorWin.gorm/data.classes
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/English.lproj/InspectorWin.gorm/data.info
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/English.lproj/InspectorWin.gorm/objects.gorm
-GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/English.lproj/Localizable.strings
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/English.lproj/Tools.gorm/data.classes
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/English.lproj/Tools.gorm/data.info
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/English.lproj/Tools.gorm/objects.gorm
@@ -453,7 +437,6 @@ GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/Month
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/Month-8.tiff
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/Month-9.tiff
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/Month.tiff
-GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/MultipleSelection.tiff
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/Pboard.tiff
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/Weekday-0.tiff
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/Weekday-1.tiff
@@ -524,13 +507,19 @@ GNUstep/System/Library/Libraries/libInspector.so.0.1.0
GNUstep/System/Library/Libraries/libOperation.so
GNUstep/System/Library/Libraries/libOperation.so.1
GNUstep/System/Library/Libraries/libOperation.so.1.0.0
-GNUstep/System/Library/Services/thumbnailer.service/Resources/Info-gnustep.plist
-GNUstep/System/Library/Services/thumbnailer.service/thumbnailer
GNUstep/System/Tools/GWorkspace
GNUstep/System/Tools/Recycler
GNUstep/System/Tools/ddbd
GNUstep/System/Tools/fswatcher
GNUstep/System/Tools/lsfupdater
-GNUstep/System/Tools/resizer
GNUstep/System/Tools/searchtool
GNUstep/System/Tools/wopen
+GNUstep/System/Library/Bundles/Role.extinfo/Resources/English.lproj/Localizable.strings
+GNUstep/System/Library/Bundles/Role.extinfo/Resources/French.lproj/Localizable.strings
+GNUstep/System/Library/Bundles/Role.extinfo/Resources/German.lproj/Localizable.strings
+GNUstep/System/Library/Bundles/Role.extinfo/Resources/Italian.lproj/Localizable.strings
+GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/French.lproj/Localizable.strings
+GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/German.lproj/Localizable.strings
+GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/Italian.lproj/Localizable.strings
+GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/Spanish.lproj/Localizable.strings
+
diff --git a/deskutils/helpviewer/Makefile b/deskutils/helpviewer/Makefile
index 37c679dc40ff..85c27d756bb9 100644
--- a/deskutils/helpviewer/Makefile
+++ b/deskutils/helpviewer/Makefile
@@ -2,7 +2,7 @@
PORTNAME= helpviewer
PORTVERSION= 0.3
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= deskutils gnustep
MASTER_SITES= http://www.roard.com/helpviewer/download/
DISTNAME= HelpViewer-${PORTVERSION}
diff --git a/deskutils/plopfolio/Makefile b/deskutils/plopfolio/Makefile
index 52512c1c22d5..d971eb5c55c4 100644
--- a/deskutils/plopfolio/Makefile
+++ b/deskutils/plopfolio/Makefile
@@ -2,7 +2,7 @@
PORTNAME= plopfolio
PORTVERSION= 0.1.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= deskutils gnustep
MASTER_SITES= GNUSTEP/usr-apps
diff --git a/deskutils/preferences/Makefile b/deskutils/preferences/Makefile
index 9f90bbef26f7..e4df930a5f82 100644
--- a/deskutils/preferences/Makefile
+++ b/deskutils/preferences/Makefile
@@ -2,7 +2,7 @@
PORTNAME= preferences
PORTVERSION= 1.2.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= deskutils gnustep
MASTER_SITES= SF/prefsapp/prefsapp/${PORTVERSION}
DISTNAME= Preferences-${PORTVERSION}
diff --git a/deskutils/preferences/files/patch-GNUmakefile.preamble b/deskutils/preferences/files/patch-GNUmakefile.preamble
new file mode 100644
index 000000000000..14914b05ebcb
--- /dev/null
+++ b/deskutils/preferences/files/patch-GNUmakefile.preamble
@@ -0,0 +1,31 @@
+--- GNUmakefile.preamble.orig 2002-02-12 04:35:17 UTC
++++ GNUmakefile.preamble
+@@ -2,10 +2,10 @@
+ ADDITIONAL_CPPFLAGS +=
+
+ # Additional flags to pass to the Objective-C compiler
+-ADDITIONAL_OBJCFLAGS += -Wall -Werror
++ADDITIONAL_OBJCFLAGS += -Wall
+
+ # Additional flags to pass to the C compiler
+-ADDITIONAL_CFLAGS += -Wall -Werror
++ADDITIONAL_CFLAGS += -Wall
+
+ # Additional include directories the compiler should search
+ ADDITIONAL_INCLUDE_DIRS +=
+@@ -30,15 +30,3 @@ ADDITIONAL_OBJC_LIBS +=
+ ADDITIONAL_TOOL_LIBS +=
+ # WebObjects
+ ADDITIONAL_WO_LIBS +=
+-
+-#
+-# Flags dealing with installing and uninstalling
+-#
+-GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_SYSTEM_ROOT)
+-
+-# Additional directories to be created during installation
+-ADDITIONAL_INSTALL_DIRS += \
+- $(GNUSTEP_USER_ROOT)/Library/Preferences \
+- $(GNUSTEP_LOCAL_ROOT)/Library/Preferences \
+- $(GNUSTEP_NETWORK_ROOT)/Library/Preferences \
+- $(GNUSTEP_SYSTEM_ROOT)/Library/Preferences
diff --git a/deskutils/preferences/files/patch-Keyboard.m b/deskutils/preferences/files/patch-Keyboard.m
deleted file mode 100644
index bdf962baf8c3..000000000000
--- a/deskutils/preferences/files/patch-Keyboard.m
+++ /dev/null
@@ -1,10 +0,0 @@
---- Modules/Keyboard/Keyboard.m.orig 2002-06-08 10:29:36.000000000 +0200
-+++ Modules/Keyboard/Keyboard.m 2010-05-22 11:24:43.000000000 +0200
-@@ -37,6 +37,7 @@
- #import <AppKit/NSButton.h>
- #import <AppKit/NSNibLoading.h>
- #import <AppKit/NSOpenPanel.h>
-+#import <Foundation/NSUserDefaults.h>
-
- #import "Keyboard.h"
- #import "KeyboardView.h"
diff --git a/deskutils/preferences/files/patch-Modules-Keyboard-GNUmakefile b/deskutils/preferences/files/patch-Modules_Keyboard_GNUmakefile
index 603e28217bbe..02a1348e3eb4 100644
--- a/deskutils/preferences/files/patch-Modules-Keyboard-GNUmakefile
+++ b/deskutils/preferences/files/patch-Modules_Keyboard_GNUmakefile
@@ -1,11 +1,11 @@
---- Modules/Keyboard/GNUmakefile.orig 2014-07-30 00:10:57.436168949 +0800
-+++ Modules/Keyboard/GNUmakefile 2014-07-30 00:11:06.363171068 +0800
+--- Modules/Keyboard/GNUmakefile.orig 2002-02-12 04:49:55 UTC
++++ Modules/Keyboard/GNUmakefile
@@ -3,7 +3,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
BUNDLE_NAME= Keyboard
BUNDLE_EXTENSION= .prefs
-BUNDLE_INSTALL_DIR= $(GNUSTEP_SYSTEM_ROOT)/Library/Preferences
-+BUNDLE_INSTALL_DIR= $(DESTDIR)$(GNUSTEP_SYSTEM_ROOT)/Library/Preferences
++BUNDLE_INSTALL_DIR= $(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Preferences
Keyboard_RESOURCE_FILES= \
Keyboard.gorm
diff --git a/deskutils/preferences/files/patch-Modules_Keyboard_Keyboard.m b/deskutils/preferences/files/patch-Modules_Keyboard_Keyboard.m
new file mode 100644
index 000000000000..3dbd87aaaa21
--- /dev/null
+++ b/deskutils/preferences/files/patch-Modules_Keyboard_Keyboard.m
@@ -0,0 +1,13 @@
+--- Modules/Keyboard/Keyboard.m.orig 2017-08-13 12:40:14 UTC
++++ Modules/Keyboard/Keyboard.m
+@@ -34,9 +34,7 @@ static const char rcsid[] =
+ # include "Config.h"
+ #endif
+
+-#import <AppKit/NSButton.h>
+-#import <AppKit/NSNibLoading.h>
+-#import <AppKit/NSOpenPanel.h>
++#import <Cocoa/Cocoa.h>
+
+ #import "Keyboard.h"
+ #import "KeyboardView.h"
diff --git a/deskutils/preferences/files/patch-PrefsModule_GNUmakefile.preamble b/deskutils/preferences/files/patch-PrefsModule_GNUmakefile.preamble
new file mode 100644
index 000000000000..5b75f7af9ff0
--- /dev/null
+++ b/deskutils/preferences/files/patch-PrefsModule_GNUmakefile.preamble
@@ -0,0 +1,21 @@
+--- PrefsModule/GNUmakefile.preamble.orig 2002-02-12 05:02:11 UTC
++++ PrefsModule/GNUmakefile.preamble
+@@ -2,10 +2,10 @@
+ ADDITIONAL_CPPFLAGS +=
+
+ # Additional flags to pass to the Objective-C compiler
+-ADDITIONAL_OBJCFLAGS += -Wall -Werror
++ADDITIONAL_OBJCFLAGS += -Wall
+
+ # Additional flags to pass to the C compiler
+-ADDITIONAL_CFLAGS += -Wall -Werror
++ADDITIONAL_CFLAGS += -Wall
+
+ # Additional include directories the compiler should search
+ ADDITIONAL_INCLUDE_DIRS +=
+@@ -34,5 +34,4 @@ ADDITIONAL_WO_LIBS +=
+ #
+ # Flags dealing with installing and uninstalling
+ #
+-GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_SYSTEM_ROOT)
+ # Additional directories to be created during installation
diff --git a/deskutils/simpleagenda/Makefile b/deskutils/simpleagenda/Makefile
index c70e211d0d6c..05973d7bfe99 100644
--- a/deskutils/simpleagenda/Makefile
+++ b/deskutils/simpleagenda/Makefile
@@ -2,7 +2,7 @@
PORTNAME= simpleagenda
PORTVERSION= 0.43
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= deskutils gnustep
MASTER_SITES= http://coyote.octets.fr/pub/gnustep/
DISTNAME= SimpleAgenda-${PORTVERSION}
diff --git a/deskutils/systempreferences/Makefile b/deskutils/systempreferences/Makefile
index 194f46184316..32383059abe0 100644
--- a/deskutils/systempreferences/Makefile
+++ b/deskutils/systempreferences/Makefile
@@ -2,7 +2,7 @@
PORTNAME= systempreferences
PORTVERSION= 1.2.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= deskutils gnustep
MASTER_SITES= GNUSTEP/usr-apps
DISTNAME= SystemPreferences-${PORTVERSION}
diff --git a/deskutils/toolboxkit/Makefile b/deskutils/toolboxkit/Makefile
index 5cca5a4c3c8c..5abaaf8a982f 100644
--- a/deskutils/toolboxkit/Makefile
+++ b/deskutils/toolboxkit/Makefile
@@ -2,7 +2,7 @@
PORTNAME= toolbox
PORTVERSION= 0.8
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= deskutils gnustep
MASTER_SITES= http://ftp.azc.uam.mx/mirrors/gnu/savannah/files/toolbox/Release.pkg/0.8/ \
LOCAL/dinoex