SF.net SVN: gar:[25520] csw/mgar/pkg/gnustep-gui/trunk
rmottola at users.sourceforge.net
rmottola at users.sourceforge.net
Thu Jan 7 20:39:54 CET 2016
Revision: 25520
http://sourceforge.net/p/gar/code/25520
Author: rmottola
Date: 2016-01-07 19:39:54 +0000 (Thu, 07 Jan 2016)
Log Message:
-----------
gnustep-gui/trunk: update version and dependencies
Modified Paths:
--------------
csw/mgar/pkg/gnustep-gui/trunk/Makefile
csw/mgar/pkg/gnustep-gui/trunk/checksums
Modified: csw/mgar/pkg/gnustep-gui/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnustep-gui/trunk/Makefile 2016-01-05 16:47:48 UTC (rev 25519)
+++ csw/mgar/pkg/gnustep-gui/trunk/Makefile 2016-01-07 19:39:54 UTC (rev 25520)
@@ -2,7 +2,7 @@
# TODO (release-critical prefixed with !, non release-critical with *)
#
NAME = gnustep-gui
-VERSION = 0.24.0
+VERSION = 0.24.1
GARTYPE = v2
DESCRIPTION = GNUstep-core gui
@@ -14,13 +14,12 @@
DISTFILES = $(DISTNAME).tar.gz
BUILD_DEP_PKGS += CSWgmake
-BUILD_DEP_PKGS += CSWgcc4objc
BUILD_DEP_PKGS += CSWgnustep-make
BUILD_DEP_PKGS += CSWlibpng-dev
BUILD_DEP_PKGS += CSWlibtiff-dev
BUILD_DEP_PKGS += CSWlibjpeg-dev
BUILD_DEP_PKGS += CSWlibgif-dev
-BUILD_DEP_PKGS += libgnutls_dev
+BUILD_DEP_PKGS += CSWlibgnutls-dev
BUILD_DEP_PKGS += CSWlibicu-dev
BUILD_DEP_PKGS += CSWlibsndfile-dev
BUILD_DEP_PKGS += CSWlibao-dev
@@ -29,15 +28,12 @@
BUILD_DEP_PKGS += CSWlibaspell-dev
RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWgnustep-make
-RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWgnustep-base
+RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWgnustep-gui
RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibtiff5
RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibpng15-15
RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibjpeg7
RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibgif4
RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibgnutls28
-RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibobjc4
-RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibicui18n54
RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibsndfile1
RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibz1
RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibintl8
@@ -52,6 +48,26 @@
RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibaspell15
RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibgcrypt20
+#solaris 10
+RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibgnutls28
+RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibicuuc56
+RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibicudata56
+RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibicui18n56
+RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibobjc4
+
+
+#solaris 9
+RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibgnutls26
+RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibgcrypt11
+RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibobjc3
+RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibicuuc49
+RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibicudata49
+RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibicui18n49
+
+RUNTIME_DEP_PKGS_CSWgnustep-gui += $(RUNTIME_DEP_PKGS_CSWgnustep-gui_$(GAROSREL))
+
+
+
#this is by design
CHECKPKG_OVERRIDES_CSWgnustep-gui += surplus-dependency|CSWgnustep-make
@@ -66,141 +82,20 @@
CHECKPKG_OVERRIDES_CSWgnustep-gui += shared-library-missing-dot-so|file=opt/csw/GNUstep/System/Library/ColorPickers/NamedPicker.bundle/NamedPicker
#these come from our bundles
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/RTFConverter
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Tools/gclose
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/ColorPickers/StandardPicker.bundle/StandardPicker
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/Bundles/libgmodel.bundle/libgmodel
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/RTFConverter
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Tools/gcloseall
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Library/Bundles/libgmodel.bundle/libgmodel
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Tools/gcloseall
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/Services/GSspell.service/GSspell
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/GSCUPS
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/GSLPR
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Library/Services/GSspell.service/GSspell
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/GSCUPS
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Tools/make_services
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/GSLPR
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Tools/set_show_service
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/ColorPickers/NamedPicker.bundle/NamedPicker
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/Bundles/Sndfile.nssound/Sndfile
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/ColorPickers/WheelPicker.bundle/WheelPicker
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Tools/gopen
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Tools/set_show_service
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Library/ColorPickers/NamedPicker.bundle/NamedPicker
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Library/ColorPickers/WheelPicker.bundle/WheelPicker
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Tools/gopen
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/Bundles/AudioOutput.nssound/AudioOutput
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Library/ColorPickers/StandardPicker.bundle/StandardPicker
-CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.24.0
+CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found
#we don't bind directly right now and thus shut-up the warnings. GNUstep.sh takes care of this at runtime
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/AudioOutput.nssound/AudioOutput|is|not|directly|bound|to|soname|libao.so.4
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/AudioOutput.nssound/AudioOutput|is|not|directly|bound|to|soname|libgcc_s.so.1
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/AudioOutput.nssound/AudioOutput|is|not|directly|bound|to|soname|libgnustep-base.so.1.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/AudioOutput.nssound/AudioOutput|is|not|directly|bound|to|soname|libobjc.so.4
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/GSCUPS|is|not|directly|bound|to|soname|libcups.so.2
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/GSCUPS|is|not|directly|bound|to|soname|libgcc_s.so.1
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/GSCUPS|is|not|directly|bound|to|soname|libgnustep-base.so.1.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/GSCUPS|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/GSCUPS|is|not|directly|bound|to|soname|libobjc.so.4
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/GSLPR|is|not|directly|bound|to|soname|libgcc_s.so.1
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/GSLPR|is|not|directly|bound|to|soname|libgnustep-base.so.1.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/GSLPR|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/GSLPR|is|not|directly|bound|to|soname|libobjc.so.4
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/Sndfile.nssound/Sndfile|is|not|directly|bound|to|soname|libgcc_s.so.1
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/Sndfile.nssound/Sndfile|is|not|directly|bound|to|soname|libgnustep-base.so.1.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/Sndfile.nssound/Sndfile|is|not|directly|bound|to|soname|libobjc.so.4
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/Sndfile.nssound/Sndfile|is|not|directly|bound|to|soname|libsndfile.so.1
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/RTFConverter|is|not|directly|bound|to|soname|libgnustep-base.so.1.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/RTFConverter|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/RTFConverter|is|not|directly|bound|to|soname|libobjc.so.4
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/libgmodel.bundle/libgmodel|is|not|directly|bound|to|soname|libgcc_s.so.1
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/libgmodel.bundle/libgmodel|is|not|directly|bound|to|soname|libgnustep-base.so.1.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/libgmodel.bundle/libgmodel|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/libgmodel.bundle/libgmodel|is|not|directly|bound|to|soname|libobjc.so.4
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/ColorPickers/NamedPicker.bundle/NamedPicker|is|not|directly|bound|to|soname|libgcc_s.so.1
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/ColorPickers/NamedPicker.bundle/NamedPicker|is|not|directly|bound|to|soname|libgnustep-base.so.1.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/ColorPickers/NamedPicker.bundle/NamedPicker|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/ColorPickers/NamedPicker.bundle/NamedPicker|is|not|directly|bound|to|soname|libobjc.so.4
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/ColorPickers/StandardPicker.bundle/StandardPicker|is|not|directly|bound|to|soname|libgcc_s.so.1
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/ColorPickers/StandardPicker.bundle/StandardPicker|is|not|directly|bound|to|soname|libgnustep-base.so.1.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/ColorPickers/StandardPicker.bundle/StandardPicker|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/ColorPickers/StandardPicker.bundle/StandardPicker|is|not|directly|bound|to|soname|libobjc.so.4
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/ColorPickers/WheelPicker.bundle/WheelPicker|is|not|directly|bound|to|soname|libgcc_s.so.1
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/ColorPickers/WheelPicker.bundle/WheelPicker|is|not|directly|bound|to|soname|libgnustep-base.so.1.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/ColorPickers/WheelPicker.bundle/WheelPicker|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/ColorPickers/WheelPicker.bundle/WheelPicker|is|not|directly|bound|to|soname|libobjc.so.4
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.24.0|is|not|directly|bound|to|soname|libgif.so.4
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.24.0|is|not|directly|bound|to|soname|libgnustep-base.so.1.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.24.0|is|not|directly|bound|to|soname|libicuuc.so.54
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.24.0|is|not|directly|bound|to|soname|libjpeg.so.7
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.24.0|is|not|directly|bound|to|soname|libobjc.so.4
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.24.0|is|not|directly|bound|to|soname|libpng15.so.15
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.24.0|is|not|directly|bound|to|soname|libtiff.so.5
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Services/GSspell.service/GSspell|is|not|directly|bound|to|soname|libaspell.so.15
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Services/GSspell.service/GSspell|is|not|directly|bound|to|soname|libgcc_s.so.1
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Services/GSspell.service/GSspell|is|not|directly|bound|to|soname|libgnustep-base.so.1.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Services/GSspell.service/GSspell|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Services/GSspell.service/GSspell|is|not|directly|bound|to|soname|libobjc.so.4
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/gclose|is|not|directly|bound|to|soname|libgnustep-base.so.1.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/gclose|is|not|directly|bound|to|soname|libobjc.so.4
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/gcloseall|is|not|directly|bound|to|soname|libgnustep-base.so.1.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/gcloseall|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/gcloseall|is|not|directly|bound|to|soname|libobjc.so.4
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/gopen|is|not|directly|bound|to|soname|libgnustep-base.so.1.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/gopen|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/gopen|is|not|directly|bound|to|soname|libobjc.so.4
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/make_services|is|not|directly|bound|to|soname|libgcc_s.so.1
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/make_services|is|not|directly|bound|to|soname|libgnustep-base.so.1.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/make_services|is|not|directly|bound|to|soname|libobjc.so.4
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/set_show_service|is|not|directly|bound|to|soname|libgcc_s.so.1
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/set_show_service|is|not|directly|bound|to|soname|libgnustep-base.so.1.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/set_show_service|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24
-CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/set_show_service|is|not|directly|bound|to|soname|libobjc.so.4
+CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding
#we don't care about placement
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Tools/set_show_service|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Tools/gclose|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Tools/gopen|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Tools/gcloseall|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Tools/make_services|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/ColorPickers/StandardPicker.bundle/StandardPicker|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/ColorPickers/NamedPicker.bundle/NamedPicker|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/ColorPickers/WheelPicker.bundle/WheelPicker|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/Sndfile.nssound/Sndfile|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/RTFConverter|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/libgmodel.bundle/libgmodel|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/AudioOutput.nssound/AudioOutput|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/GSLPR|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/GSCUPS|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.24.0|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Services/GSspell.service/GSspell|arch_id=18|arch_name=sparcv8+
+CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/RTFConverter|arch_id=3|arch_name=i386
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/libgmodel.bundle/libgmodel|arch_id=3|arch_name=i386
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/AudioOutput.nssound/AudioOutput|arch_id=3|arch_name=i386
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/Sndfile.nssound/Sndfile|arch_id=3|arch_name=i386
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/GSLPR|arch_id=3|arch_name=i386
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/GSCUPS|arch_id=3|arch_name=i386
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.24.0|arch_id=3|arch_name=i386
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/ColorPickers/WheelPicker.bundle/WheelPicker|arch_id=3|arch_name=i386
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/ColorPickers/NamedPicker.bundle/NamedPicker|arch_id=3|arch_name=i386
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/ColorPickers/StandardPicker.bundle/StandardPicker|arch_id=3|arch_name=i386
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Services/GSspell.service/GSspell|arch_id=3|arch_name=i386
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Tools/set_show_service|arch_id=3|arch_name=i386
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Tools/gopen|arch_id=3|arch_name=i386
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Tools/gclose|arch_id=3|arch_name=i386
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Tools/make_services|arch_id=3|arch_name=i386
-CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Tools/gcloseall|arch_id=3|arch_name=i386
-
-
-
#where can we build?
-#PACKAGING_PLATFORMS += solaris9-sparc
+PACKAGING_PLATFORMS += solaris9-sparc
+PACKAGING_PLATFORMS += solaris9-i386
PACKAGING_PLATFORMS += solaris10-sparc
PACKAGING_PLATFORMS += solaris10-i386
@@ -222,7 +117,7 @@
include gar/category.mk
configure-sourcegs:
- $(CONFIGURE_ENV) && . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) ; $(CONFIGURE_ENV) ./configure $(CONFIGURE_ARGS)
+ $(CONFIGURE_ENV) && . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) ; ./configure $(CONFIGURE_ARGS)
@$(MAKECOOKIE)
build-sourcegs:
Modified: csw/mgar/pkg/gnustep-gui/trunk/checksums
===================================================================
--- csw/mgar/pkg/gnustep-gui/trunk/checksums 2016-01-05 16:47:48 UTC (rev 25519)
+++ csw/mgar/pkg/gnustep-gui/trunk/checksums 2016-01-07 19:39:54 UTC (rev 25520)
@@ -1 +1 @@
-bd289f0c7b2626d093ad92364069b9a7 gnustep-gui-0.24.0.tar.gz
+0ff1d513ba4159ba39f16229a9a87eaa gnustep-gui-0.24.1.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list