SF.net SVN: gar:[26065] csw/mgar/pkg/pixman/trunk/Makefile

2016-12-06 Thread rmottola--- via devel
Revision: 26065
  http://sourceforge.net/p/gar/code/26065
Author:   rmottola
Date: 2016-12-06 11:16:03 + (Tue, 06 Dec 2016)
Log Message:
---
pixman/trunk: make solaris9 build only as i386 and not amd64

Modified Paths:
--
csw/mgar/pkg/pixman/trunk/Makefile

Modified: csw/mgar/pkg/pixman/trunk/Makefile
===
--- csw/mgar/pkg/pixman/trunk/Makefile  2016-12-05 23:08:37 UTC (rev 26064)
+++ csw/mgar/pkg/pixman/trunk/Makefile  2016-12-06 11:16:03 UTC (rev 26065)
@@ -25,8 +25,8 @@
 # PKGFILES is catchall
 RUNTIME_DEP_PKGS_CSWlibpixman-dev += CSWlibpixman1-0
 
-EXTRA_CFLAGS = -mt
-EXTRA_LINKER_FLAGS = -mt
+EXTRA_CFLAGS = 
+EXTRA_LINKER_FLAGS = -mt -lpthread -R/usr/lib/lwp/64
 
 #where can we build?
 PACKAGING_PLATFORMS += solaris9-sparc
@@ -34,6 +34,11 @@
 PACKAGING_PLATFORMS += solaris10-sparc
 PACKAGING_PLATFORMS += solaris10-i386
 
+# Solaris 9 package does not contain 64 bit on i386 as we have a separate 
Solaris 10 package
+SKIP_MODULATIONS-5.9 += isa-amd64
+SKIP_MODULATIONS = $(SKIP_MODULATIONS-$(GAROSREL))
+
+
 BUILD64_LIBS_ONLY = 1
 NOISALIST = 1
 CONFIGURE_ARGS  = $(DIRPATHS)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26141] csw/mgar/pkg/gnustep-make/trunk

2017-04-19 Thread rmottola--- via devel
Revision: 26141
  http://sourceforge.net/p/gar/code/26141
Author:   rmottola
Date: 2017-04-20 06:15:10 + (Thu, 20 Apr 2017)
Log Message:
---
gnustep-make/trunk: update to 2.7.0

Modified Paths:
--
csw/mgar/pkg/gnustep-make/trunk/Makefile
csw/mgar/pkg/gnustep-make/trunk/checksums

Modified: csw/mgar/pkg/gnustep-make/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-make/trunk/Makefile2017-04-19 12:28:17 UTC (rev 
26140)
+++ csw/mgar/pkg/gnustep-make/trunk/Makefile2017-04-20 06:15:10 UTC (rev 
26141)
@@ -2,7 +2,7 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = gnustep-make
-VERSION = 2.6.8
+VERSION = 2.7.0
 GARTYPE = v2
 
 DESCRIPTION = GNUstep-core make
@@ -13,7 +13,7 @@
 BUILD_DEP_PKGS = CSWgmake
 BUILD_DEP_PKGS += CSWgtar
 BUILD_DEP_PKGS_5.9  += CSWgcc4objc
-BUILD_DEP_PKGS_5.10 += CSWgcc5objc
+BUILD_DEP_PKGS_5.10 += CSWgcc6objc
 
 BUILD_DEP_PKGS += $(BUILD_DEP_PKGS_$(GAROSREL))
 

Modified: csw/mgar/pkg/gnustep-make/trunk/checksums
===
--- csw/mgar/pkg/gnustep-make/trunk/checksums   2017-04-19 12:28:17 UTC (rev 
26140)
+++ csw/mgar/pkg/gnustep-make/trunk/checksums   2017-04-20 06:15:10 UTC (rev 
26141)
@@ -1 +1 @@
-7faa60b737e9bbb7fab69ecb14af4e61  gnustep-make-2.6.8.tar.gz
+bd3981da51667df1d011f807895db65d  gnustep-make-2.7.0.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26142] csw/mgar/pkg/gnustep-make/trunk/Makefile

2017-04-19 Thread rmottola--- via devel
Revision: 26142
  http://sourceforge.net/p/gar/code/26142
Author:   rmottola
Date: 2017-04-20 06:40:53 + (Thu, 20 Apr 2017)
Log Message:
---
gnustep-make/trunk: back to gcc5

Modified Paths:
--
csw/mgar/pkg/gnustep-make/trunk/Makefile

Modified: csw/mgar/pkg/gnustep-make/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-make/trunk/Makefile2017-04-20 06:15:10 UTC (rev 
26141)
+++ csw/mgar/pkg/gnustep-make/trunk/Makefile2017-04-20 06:40:53 UTC (rev 
26142)
@@ -13,7 +13,7 @@
 BUILD_DEP_PKGS = CSWgmake
 BUILD_DEP_PKGS += CSWgtar
 BUILD_DEP_PKGS_5.9  += CSWgcc4objc
-BUILD_DEP_PKGS_5.10 += CSWgcc6objc
+BUILD_DEP_PKGS_5.10 += CSWgcc5objc
 
 BUILD_DEP_PKGS += $(BUILD_DEP_PKGS_$(GAROSREL))
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26143] csw/mgar/pkg/gnustep-gui/trunk

2017-04-20 Thread rmottola--- via devel
Revision: 26143
  http://sourceforge.net/p/gar/code/26143
Author:   rmottola
Date: 2017-04-20 16:16:45 + (Thu, 20 Apr 2017)
Log Message:
---
gnustep-gui/trunk: update version

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 2017-04-20 06:40:53 UTC (rev 
26142)
+++ csw/mgar/pkg/gnustep-gui/trunk/Makefile 2017-04-20 16:16:45 UTC (rev 
26143)
@@ -2,7 +2,7 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = gnustep-gui
-VERSION = 0.25.0
+VERSION = 0.25.1
 GARTYPE = v2
 
 DESCRIPTION = GNUstep-core gui

Modified: csw/mgar/pkg/gnustep-gui/trunk/checksums
===
--- csw/mgar/pkg/gnustep-gui/trunk/checksums2017-04-20 06:40:53 UTC (rev 
26142)
+++ csw/mgar/pkg/gnustep-gui/trunk/checksums2017-04-20 16:16:45 UTC (rev 
26143)
@@ -1 +1 @@
-6224a2a2fe22da0042d96f0892c884e3  gnustep-gui-0.25.0.tar.gz
+578e46178472077d8dc0853802f1fbbf  gnustep-gui-0.25.1.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26144] csw/mgar/pkg/gnustep-base/trunk

2017-04-20 Thread rmottola--- via devel
Revision: 26144
  http://sourceforge.net/p/gar/code/26144
Author:   rmottola
Date: 2017-04-20 16:38:05 + (Thu, 20 Apr 2017)
Log Message:
---
gnustep-base/trunk: bump version

Modified Paths:
--
csw/mgar/pkg/gnustep-base/trunk/Makefile
csw/mgar/pkg/gnustep-base/trunk/checksums

Modified: csw/mgar/pkg/gnustep-base/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-base/trunk/Makefile2017-04-20 16:16:45 UTC (rev 
26143)
+++ csw/mgar/pkg/gnustep-base/trunk/Makefile2017-04-20 16:38:05 UTC (rev 
26144)
@@ -2,7 +2,7 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = gnustep-base
-VERSION = 1.24.9
+VERSION = 1.25.0
 GARTYPE = v2
 
 DESCRIPTION = GNUstep-core base
@@ -59,9 +59,9 @@
 CHECKPKG_OVERRIDES_CSWgnustep-base += surplus-dependency|CSWgnustep-make
 
 #these are harmless
-CHECKPKG_OVERRIDES_CSWgnustep-base += 
file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Library/Libraries/gnustep-base/Versions/1.24/Resources/NSTimeZones/README
-CHECKPKG_OVERRIDES_CSWgnustep-base += 
file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Library/Libraries/libgnustep-base.so.1.24.9
-CHECKPKG_OVERRIDES_CSWgnustep-base += 
file-with-bad-content|/usr/share|root/opt/csw/GNUstep/System/Library/Libraries/libgnustep-base.so.1.24.9
+CHECKPKG_OVERRIDES_CSWgnustep-base += 
file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Library/Libraries/gnustep-base/Versions/1.25/Resources/NSTimeZones/README
+CHECKPKG_OVERRIDES_CSWgnustep-base += 
file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Library/Libraries/libgnustep-base.so.1.25.0
+CHECKPKG_OVERRIDES_CSWgnustep-base += 
file-with-bad-content|/usr/share|root/opt/csw/GNUstep/System/Library/Libraries/libgnustep-base.so.1.25.0
 
 
 #overrides for binaries on own package, these are expected, not bound, not 
found. It is done at runtime by sourcing the GNUstep script

Modified: csw/mgar/pkg/gnustep-base/trunk/checksums
===
--- csw/mgar/pkg/gnustep-base/trunk/checksums   2017-04-20 16:16:45 UTC (rev 
26143)
+++ csw/mgar/pkg/gnustep-base/trunk/checksums   2017-04-20 16:38:05 UTC (rev 
26144)
@@ -1 +1 @@
-34b1d127762c66a1e6358bd605e47ba5  gnustep-base-1.24.9.tar.gz
+f968ab0a43ac59f14dabeb6b66476806  gnustep-base-1.25.0.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26145] csw/mgar/pkg/gnustep-gui/trunk/Makefile

2017-04-20 Thread rmottola--- via devel
Revision: 26145
  http://sourceforge.net/p/gar/code/26145
Author:   rmottola
Date: 2017-04-20 16:39:50 + (Thu, 20 Apr 2017)
Log Message:
---
gnustep-gui/trunk: update dependency

Modified Paths:
--
csw/mgar/pkg/gnustep-gui/trunk/Makefile

Modified: csw/mgar/pkg/gnustep-gui/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-gui/trunk/Makefile 2017-04-20 16:38:05 UTC (rev 
26144)
+++ csw/mgar/pkg/gnustep-gui/trunk/Makefile 2017-04-20 16:39:50 UTC (rev 
26145)
@@ -54,7 +54,7 @@
 RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibicui18n57
 RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibobjc4
 RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibgcrypt20
-RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibintl8
+RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibintl9
 
 
 #solaris 9

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26146] csw/mgar/pkg/gnustep-base/trunk/Makefile

2017-04-20 Thread rmottola--- via devel
Revision: 26146
  http://sourceforge.net/p/gar/code/26146
Author:   rmottola
Date: 2017-04-20 18:32:08 + (Thu, 20 Apr 2017)
Log Message:
---
gnustep-base/trunk: remove surplus dep

Modified Paths:
--
csw/mgar/pkg/gnustep-base/trunk/Makefile

Modified: csw/mgar/pkg/gnustep-base/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-base/trunk/Makefile2017-04-20 16:39:50 UTC (rev 
26145)
+++ csw/mgar/pkg/gnustep-base/trunk/Makefile2017-04-20 18:32:08 UTC (rev 
26146)
@@ -35,7 +35,7 @@
 RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibxslt1
 RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibxml2-2
 RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibgmp10
+#RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibgmp10
 RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibiconv2
 RUNTIME_DEP_PKGS_CSWgnustep-base_5.10 += CSWlibgnutls28
 RUNTIME_DEP_PKGS_CSWgnustep-base_5.10 += CSWlibicuuc57

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26147] csw/mgar/pkg/gnustep-base/trunk/Makefile

2017-04-20 Thread rmottola--- via devel
Revision: 26147
  http://sourceforge.net/p/gar/code/26147
Author:   rmottola
Date: 2017-04-20 22:12:28 + (Thu, 20 Apr 2017)
Log Message:
---
gnustep-base/trunk: gmp as sol 9 only

Modified Paths:
--
csw/mgar/pkg/gnustep-base/trunk/Makefile

Modified: csw/mgar/pkg/gnustep-base/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-base/trunk/Makefile2017-04-20 18:32:08 UTC (rev 
26146)
+++ csw/mgar/pkg/gnustep-base/trunk/Makefile2017-04-20 22:12:28 UTC (rev 
26147)
@@ -35,8 +35,9 @@
 RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibxslt1
 RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibxml2-2
 RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibgcc-s1
-#RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibgmp10
 RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibiconv2
+
+
 RUNTIME_DEP_PKGS_CSWgnustep-base_5.10 += CSWlibgnutls28
 RUNTIME_DEP_PKGS_CSWgnustep-base_5.10 += CSWlibicuuc57
 RUNTIME_DEP_PKGS_CSWgnustep-base_5.10 += CSWlibicudata57
@@ -45,6 +46,7 @@
 RUNTIME_DEP_PKGS_CSWgnustep-base_5.10 += CSWlibffi6
 
 #Solaris 9
+RUNTIME_DEP_PKGS_CSWgnustep-base_5.9 += CSWlibgmp10
 RUNTIME_DEP_PKGS_CSWgnustep-base_5.9 += CSWlibgnutls26
 RUNTIME_DEP_PKGS_CSWgnustep-base_5.9 += CSWlibgcrypt11
 RUNTIME_DEP_PKGS_CSWgnustep-base_5.9 += CSWlibobjc3

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26151] csw/mgar/pkg/freetype/trunk/Makefile

2017-04-24 Thread rmottola--- via devel
Revision: 26151
  http://sourceforge.net/p/gar/code/26151
Author:   rmottola
Date: 2017-04-24 21:06:32 + (Mon, 24 Apr 2017)
Log Message:
---
freetype/trunk: add override

Modified Paths:
--
csw/mgar/pkg/freetype/trunk/Makefile

Modified: csw/mgar/pkg/freetype/trunk/Makefile
===
--- csw/mgar/pkg/freetype/trunk/Makefile2017-04-24 19:27:06 UTC (rev 
26150)
+++ csw/mgar/pkg/freetype/trunk/Makefile2017-04-24 21:06:32 UTC (rev 
26151)
@@ -33,6 +33,8 @@
 # This is inside a comment
 CHECKPKG_OVERRIDES_CSWlibfreetype-dev += 
file-with-bad-content|/usr/local|root/opt/csw/include/ft2build.h
 
+CHECKPKG_OVERRIDES_CSWlibfreetype6 += 
soname-not-found|libharfbuzz.so.0|is|needed|by|opt/csw/lib/amd64/libfreetype.so.6.12.2
+
 PACKAGES += CSWlibfreetype-dev
 SPKG_DESC_CSWlibfreetype-dev = Development files for libfreetype.so.6
 # PKGFILES is catchall

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26152] csw/mgar/pkg/freetype/trunk/Makefile

2017-04-24 Thread rmottola--- via devel
Revision: 26152
  http://sourceforge.net/p/gar/code/26152
Author:   rmottola
Date: 2017-04-24 21:42:33 + (Mon, 24 Apr 2017)
Log Message:
---
freetype/trunk: tweak overrides

Modified Paths:
--
csw/mgar/pkg/freetype/trunk/Makefile

Modified: csw/mgar/pkg/freetype/trunk/Makefile
===
--- csw/mgar/pkg/freetype/trunk/Makefile2017-04-24 21:06:32 UTC (rev 
26151)
+++ csw/mgar/pkg/freetype/trunk/Makefile2017-04-24 21:42:33 UTC (rev 
26152)
@@ -24,17 +24,26 @@
 PACKAGES += CSWlibfreetype6
 SPKG_DESC_CSWlibfreetype6 = A free and portable TrueType font rendering 
engine, libfreetype.so.6
 PKGFILES_CSWlibfreetype6 += $(call pkgfiles_lib,libfreetype.so.6)
+
 RUNTIME_DEP_PKGS_CSWlibfreetype6 += CSWlibbz2-1-0
 RUNTIME_DEP_PKGS_CSWlibfreetype6 += CSWlibz1
 RUNTIME_DEP_PKGS_CSWlibfreetype6 += CSWlibpng16-16
+
+RUNTIME_DEP_PKGS_CSWlibfreetype6_5.10 += CSWlibharfbuzz0
+
+RUNTIME_DEP_PKGS_CSWlibfreetype6 += 
$(RUNTIME_DEP_PKGS_CSWlibfreetype6_$(GAROSREL))
+
 OBSOLETED_BY_CSWlibfreetype6 += CSWftype2
 CATALOGNAME_CSWftype2 = freetype2_stub
 
 # This is inside a comment
-CHECKPKG_OVERRIDES_CSWlibfreetype-dev += 
file-with-bad-content|/usr/local|root/opt/csw/include/ft2build.h
+#CHECKPKG_OVERRIDES_CSWlibfreetype-dev += 
file-with-bad-content|/usr/local|root/opt/csw/include/ft2build.h
 
-CHECKPKG_OVERRIDES_CSWlibfreetype6 += 
soname-not-found|libharfbuzz.so.0|is|needed|by|opt/csw/lib/amd64/libfreetype.so.6.12.2
+# Only for 9
+CHECKPKG_OVERRIDES_CSWlibfreetype6_5.9 += 
soname-not-found|libharfbuzz.so.0|is|needed|by|opt/csw/lib/amd64/libfreetype.so.6.12.2
 
+CHECKPGK_OVERRIDES_CSWlibfreetype6 += 
$(CHECKPKG_OVERRIDES_CSWlibfreetype6_$(GAROSREL))
+
 PACKAGES += CSWlibfreetype-dev
 SPKG_DESC_CSWlibfreetype-dev = Development files for libfreetype.so.6
 # PKGFILES is catchall

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26153] csw/mgar/pkg/freetype/trunk

2017-04-25 Thread rmottola--- via devel
Revision: 26153
  http://sourceforge.net/p/gar/code/26153
Author:   rmottola
Date: 2017-04-25 08:46:36 + (Tue, 25 Apr 2017)
Log Message:
---
freetype/trunk: update from 2.6.2 to 2.6.5

Modified Paths:
--
csw/mgar/pkg/freetype/trunk/Makefile
csw/mgar/pkg/freetype/trunk/checksums

Modified: csw/mgar/pkg/freetype/trunk/Makefile
===
--- csw/mgar/pkg/freetype/trunk/Makefile2017-04-24 21:42:33 UTC (rev 
26152)
+++ csw/mgar/pkg/freetype/trunk/Makefile2017-04-25 08:46:36 UTC (rev 
26153)
@@ -1,5 +1,5 @@
 NAME = freetype
-VERSION = 2.6.2
+VERSION = 2.6.5
 GARTYPE = v2
 
 DESCRIPTION = A free and portable TrueType font rendering engine
@@ -39,8 +39,8 @@
 # This is inside a comment
 #CHECKPKG_OVERRIDES_CSWlibfreetype-dev += 
file-with-bad-content|/usr/local|root/opt/csw/include/ft2build.h
 
-# Only for 9
-CHECKPKG_OVERRIDES_CSWlibfreetype6_5.9 += 
soname-not-found|libharfbuzz.so.0|is|needed|by|opt/csw/lib/amd64/libfreetype.so.6.12.2
+# Only for 10 
+CHECKPKG_OVERRIDES_CSWlibfreetype6_5.10 += 
soname-not-found|libharfbuzz.so.0|is|needed|by|opt/csw/lib/amd64/libfreetype.so.6.12.2
 
 CHECKPGK_OVERRIDES_CSWlibfreetype6 += 
$(CHECKPKG_OVERRIDES_CSWlibfreetype6_$(GAROSREL))
 

Modified: csw/mgar/pkg/freetype/trunk/checksums
===
--- csw/mgar/pkg/freetype/trunk/checksums   2017-04-24 21:42:33 UTC (rev 
26152)
+++ csw/mgar/pkg/freetype/trunk/checksums   2017-04-25 08:46:36 UTC (rev 
26153)
@@ -1 +1 @@
-86109d0c998787d81ac582bad9adf82e  freetype-2.6.2.tar.bz2
+6a386964e18ba28cb93370e57a19031b  freetype-2.6.5.tar.bz2

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26154] csw/mgar/pkg/freetype/trunk/Makefile

2017-04-25 Thread rmottola--- via devel
Revision: 26154
  http://sourceforge.net/p/gar/code/26154
Author:   rmottola
Date: 2017-04-25 09:54:16 + (Tue, 25 Apr 2017)
Log Message:
---
Dago's 64bit sol9 fix suggestion

Modified Paths:
--
csw/mgar/pkg/freetype/trunk/Makefile

Modified: csw/mgar/pkg/freetype/trunk/Makefile
===
--- csw/mgar/pkg/freetype/trunk/Makefile2017-04-25 08:46:36 UTC (rev 
26153)
+++ csw/mgar/pkg/freetype/trunk/Makefile2017-04-25 09:54:16 UTC (rev 
26154)
@@ -60,4 +60,9 @@
 
 BUILD64_LIBS_ONLY = 1
 
+BUILD64-5.10 = 1
+BUILD64 = $(BUILD64-$(GAROSREL))
+
+
+
 include gar/category.mk

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26156] csw/mgar/pkg/gnustep-back/trunk

2017-04-25 Thread rmottola--- via devel
Revision: 26156
  http://sourceforge.net/p/gar/code/26156
Author:   rmottola
Date: 2017-04-25 14:19:01 + (Tue, 25 Apr 2017)
Log Message:
---
gnustep-back/trunk: upgrade version and clean up include hacks

Modified Paths:
--
csw/mgar/pkg/gnustep-back/trunk/Makefile
csw/mgar/pkg/gnustep-back/trunk/checksums

Modified: csw/mgar/pkg/gnustep-back/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-back/trunk/Makefile2017-04-25 10:06:08 UTC (rev 
26155)
+++ csw/mgar/pkg/gnustep-back/trunk/Makefile2017-04-25 14:19:01 UTC (rev 
26156)
@@ -2,7 +2,7 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = gnustep-back
-VERSION = 0.24.1
+VERSION = 0.25.1
 GARTYPE = v2
 
 DESCRIPTION = GNUstep-core back
@@ -13,16 +13,16 @@
 MASTER_SITES = ftp://ftp.gnustep.org/pub/gnustep/core/
 DISTFILES  = $(DISTNAME).tar.gz
 
-#EXTRA_MODULATORS = GRAPHICS
-#MODULATIONS_graphics = xlib cairo
-
 BUILD_DEP_PKGS += CSWgmake
 BUILD_DEP_PKGS += CSWsunx11devel
-BUILD_DEP_PKGS += CSWlibfreetype-dev
 BUILD_DEP_PKGS += CSWgnustep-make
 BUILD_DEP_PKGS += CSWgnustep-base
 BUILD_DEP_PKGS += CSWgnustep-gui
+BUILD_DEP_PKGS= CSWlibfreetype-dev
 
+#solaris 10
+BUILD_DEP_PKGS_5.10 += CSWfontconfig-dev
+BUILD_DEP_PKGS_5.10 += CSWlibcairo-dev
 
 BUILD_DEP_PKGS += $(BUILD_DEP_PKGS_$(GAROSREL))
 
@@ -30,7 +30,6 @@
 RUNTIME_DEP_PKGS_CSWgnustep-back += CSWgnustep-make
 RUNTIME_DEP_PKGS_CSWgnustep-back += CSWgnustep-base
 RUNTIME_DEP_PKGS_CSWgnustep-back += CSWgnustep-gui
-RUNTIME_DEP_PKGS_CSWgnustep-back += CSWlibfreetype6
 RUNTIME_DEP_PKGS_CSWgnustep-back += CSWlibxft2
 RUNTIME_DEP_PKGS_CSWgnustep-back += CSWlibxrender
 RUNTIME_DEP_PKGS_CSWgnustep-back += CSWmesa
@@ -38,6 +37,8 @@
 RUNTIME_DEP_PKGS_CSWgnustep-back += CSWlibgcc-s1
 
 #solaris 10
+RUNTIME_DEP_PKGS_CSWgnustep-back_5.10 += CSWlibcairo2
+RUNTIME_DEP_PKGS_CSWgnustep-back_5.10 += CSWlibfreetype6
 RUNTIME_DEP_PKGS_CSWgnustep-back_5.10 += CSWlibobjc4
 
 #solaris 9
@@ -45,12 +46,6 @@
 
 RUNTIME_DEP_PKGS_CSWgnustep-back += 
$(RUNTIME_DEP_PKGS_CSWgnustep-back_$(GAROSREL))
 
-#for cairo:
-BUILD_DEP_PKGS += CSWlibcairo-dev
-#for cairo, add these. Perhaps these hould be pulled in by other packages
-BUILD_DEP_PKGS += CSWfontconfig-dev
-RUNTIME_DEP_PKGS_CSWgnustep-back += CSWlibcairo2
-#DEP_PKGS_GRAPHICS_cairo += CSWlibcairo2
 
 #overrides
 CHECKPKG_OVERRIDES_CSWgnustep-back += surplus-dependency|CSWgnustep-gui
@@ -59,7 +54,7 @@
 
 
 #this is by bundle design
-CHECKPKG_OVERRIDES_CSWgnustep-back += 
shared-library-missing-dot-so|file=opt/csw/GNUstep/System/Library/Bundles/libgnustep-back-024.bundle/libgnustep-back-024
+CHECKPKG_OVERRIDES_CSWgnustep-back += 
shared-library-missing-dot-so|file=opt/csw/GNUstep/System/Library/Bundles/libgnustep-back-025.bundle/libgnustep-back-025
 
 #we do not care about placement
 CHECKPKG_OVERRIDES_CSWgnustep-back += 
binary-architecture-does-not-match-placement
@@ -90,10 +85,19 @@
 
 CONFIGURE_ARGS = $(DIRPATHS)
 
-#CONFIGURE_ARGS_GRAPHICS_xlib += --enable-graphics=xlib
-#CONFIGURE_ARGS_GRAPHICS_cairo += --enable-graphics=cairo
-CONFIGURE_ARGS += --enable-graphics=cairo 
+CONFIGURE_ARGS_5.9 += --enable-graphics=xlib
+#CONFIGURE_ARGS_5.9 += --without-freetype
+#CONFIGURE_ARGS_5.9 += CFLAGS="$(CFLAGS) -I/opt/csw/include/freetype2"
+#CONFIGURE_ARGS_5.9 += CFLAGS="$(CFLAGS) -I/opt/csw/include/freetype2 
-I/opt/csw/include/cairo" LDFLAGS="$(LDFLAGS) -lcairo"
+CONFIGURE_ARGS_5.10 += --enable-graphics=cairo 
 
+CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GAROSREL))
+
+BUILD_ARGS += messages=yes
+
+EXTRA_CPPFLAGS += -I$(includedir)/freetype2
+#EXTRA_CPPFLAGS += -I$(includedir)/cairo
+
 include gar/category.mk
 
 configure-sourcegs:

Modified: csw/mgar/pkg/gnustep-back/trunk/checksums
===
--- csw/mgar/pkg/gnustep-back/trunk/checksums   2017-04-25 10:06:08 UTC (rev 
26155)
+++ csw/mgar/pkg/gnustep-back/trunk/checksums   2017-04-25 14:19:01 UTC (rev 
26156)
@@ -1 +1 @@
-da011ba3c0a79c00a49fd3d17143dcd3  gnustep-back-0.24.1.tar.gz
+310880099a4d4c99be13a25c151b53e7  gnustep-back-0.25.1.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26162] csw/mgar/pkg/gnustep-back/trunk/Makefile

2017-04-27 Thread rmottola--- via devel
Revision: 26162
  http://sourceforge.net/p/gar/code/26162
Author:   rmottola
Date: 2017-04-27 10:09:45 + (Thu, 27 Apr 2017)
Log Message:
---
gnustep-back/trunk: slightly improved makefile parameters, still a hack

Modified Paths:
--
csw/mgar/pkg/gnustep-back/trunk/Makefile

Modified: csw/mgar/pkg/gnustep-back/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-back/trunk/Makefile2017-04-27 07:18:17 UTC (rev 
26161)
+++ csw/mgar/pkg/gnustep-back/trunk/Makefile2017-04-27 10:09:45 UTC (rev 
26162)
@@ -85,7 +85,8 @@
 
 CONFIGURE_ARGS = $(DIRPATHS)
 
-CONFIGURE_ARGS_5.9 += --enable-graphics=xlib
+#CONFIGURE_ARGS_5.9 += --enable-graphics=xlib
+CONFIGURE_ARGS_5.9 += --enable-graphics=cairo
 #CONFIGURE_ARGS_5.9 += --without-freetype
 #CONFIGURE_ARGS_5.9 += CFLAGS="$(CFLAGS) -I/opt/csw/include/freetype2"
 #CONFIGURE_ARGS_5.9 += CFLAGS="$(CFLAGS) -I/opt/csw/include/freetype2 
-I/opt/csw/include/cairo" LDFLAGS="$(LDFLAGS) -lcairo"
@@ -96,7 +97,7 @@
 BUILD_ARGS += messages=yes
 
 EXTRA_CPPFLAGS += -I$(includedir)/freetype2
-#EXTRA_CPPFLAGS += -I$(includedir)/cairo
+EXTRA_CPPFLAGS += -I$(includedir)/cairo
 
 include gar/category.mk
 
@@ -105,7 +106,8 @@
@$(MAKECOOKIE)
 
 build-sourcegs:
-   $(BUILD_ENV) && . 
$(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && 
$(MAKE)
+#  . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && 
/usr/bin/env -i $(BUILD_ENV) && cd $(WORKSRC) && MAKEFLAGS= $(MAKE) 
$(PARALLELMFLAGS) $(foreach 
TTT,$(BUILD_OVERRIDE_VARS),$(TTT)="$(BUILD_OVERRIDE_VAR_$(TTT))") $(foreach 
TTT,$(BUILD_OVERRIDE_DIRS),$(TTT)="$($(TTT))") -C $(OBJDIR) $(BUILD_ARGS)
+   . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && 
/usr/bin/env -i $(BUILD_ENV) && cd $(WORKSRC) && MAKEFLAGS= $(MAKE) 
$(PARALLELMFLAGS) CPPFLAGS="$(CPPFLAGS)" -C $(OBJDIR) $(BUILD_ARGS)
@$(MAKECOOKIE)
 
 install-sourcegs:

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26163] csw/mgar/pkg/gnustep-back/trunk

2017-04-27 Thread rmottola--- via devel
Revision: 26163
  http://sourceforge.net/p/gar/code/26163
Author:   rmottola
Date: 2017-04-27 12:43:42 + (Thu, 27 Apr 2017)
Log Message:
---
gnustep-back/trunk: add patchfile for missing FC_FULLNAME

Modified Paths:
--
csw/mgar/pkg/gnustep-back/trunk/Makefile

Added Paths:
---

csw/mgar/pkg/gnustep-back/trunk/files/0001-FC_FULLNAME-missing-if-no-fontconfig.patch

Modified: csw/mgar/pkg/gnustep-back/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-back/trunk/Makefile2017-04-27 10:09:45 UTC (rev 
26162)
+++ csw/mgar/pkg/gnustep-back/trunk/Makefile2017-04-27 12:43:42 UTC (rev 
26163)
@@ -13,6 +13,8 @@
 MASTER_SITES = ftp://ftp.gnustep.org/pub/gnustep/core/
 DISTFILES  = $(DISTNAME).tar.gz
 
+PATCHFILES += 0001-FC_FULLNAME-missing-if-no-fontconfig.patch
+
 BUILD_DEP_PKGS += CSWgmake
 BUILD_DEP_PKGS += CSWsunx11devel
 BUILD_DEP_PKGS += CSWgnustep-make

Added: 
csw/mgar/pkg/gnustep-back/trunk/files/0001-FC_FULLNAME-missing-if-no-fontconfig.patch
===
--- 
csw/mgar/pkg/gnustep-back/trunk/files/0001-FC_FULLNAME-missing-if-no-fontconfig.patch
   (rev 0)
+++ 
csw/mgar/pkg/gnustep-back/trunk/files/0001-FC_FULLNAME-missing-if-no-fontconfig.patch
   2017-04-27 12:43:42 UTC (rev 26163)
@@ -0,0 +1,27 @@
+From d1e9ef277e40f2617baa1e2d2bc9507e4d06bf64 Mon Sep 17 00:00:00 2001
+From: Riccardo Mottola 
+Date: Thu, 27 Apr 2017 14:41:12 +0200
+Subject: [PATCH] FC_FULLNAME missing if no fontconfig
+
+---
+ Source/fontconfig/FCFontEnumerator.m |4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/Source/fontconfig/FCFontEnumerator.m 
b/Source/fontconfig/FCFontEnumerator.m
+index fcdd706..a34bd4d 100644
+--- a/Source/fontconfig/FCFontEnumerator.m
 b/Source/fontconfig/FCFontEnumerator.m
+@@ -53,6 +53,10 @@
+ #define FC_WEIGHT_ULTRABLACK FC_WEIGHT_BLACK
+ #endif
+ 
++#ifndef FC_FULLNAME
++#define FC_FULLNAME "fullname"  /* String */
++#endif
++
+ @implementation FCFontEnumerator 
+ 
+ NSMutableDictionary * __allFonts;
+-- 
+1.7.10.3
+

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26165] csw/mgar/pkg/gnustep-back/trunk/Makefile

2017-04-27 Thread rmottola--- via devel
Revision: 26165
  http://sourceforge.net/p/gar/code/26165
Author:   rmottola
Date: 2017-04-27 15:35:05 + (Thu, 27 Apr 2017)
Log Message:
---
gnustep-back/trunk: adjust dependencies for sol9 now using cairo

Modified Paths:
--
csw/mgar/pkg/gnustep-back/trunk/Makefile

Modified: csw/mgar/pkg/gnustep-back/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-back/trunk/Makefile2017-04-27 12:58:18 UTC (rev 
26164)
+++ csw/mgar/pkg/gnustep-back/trunk/Makefile2017-04-27 15:35:05 UTC (rev 
26165)
@@ -20,11 +20,11 @@
 BUILD_DEP_PKGS += CSWgnustep-make
 BUILD_DEP_PKGS += CSWgnustep-base
 BUILD_DEP_PKGS += CSWgnustep-gui
-BUILD_DEP_PKGS= CSWlibfreetype-dev
+BUILD_DEP_PKGS += CSWlibfreetype-dev
+BUILD_DEP_PKGS += CSWlibcairo-dev
 
 #solaris 10
 BUILD_DEP_PKGS_5.10 += CSWfontconfig-dev
-BUILD_DEP_PKGS_5.10 += CSWlibcairo-dev
 
 BUILD_DEP_PKGS += $(BUILD_DEP_PKGS_$(GAROSREL))
 
@@ -32,16 +32,16 @@
 RUNTIME_DEP_PKGS_CSWgnustep-back += CSWgnustep-make
 RUNTIME_DEP_PKGS_CSWgnustep-back += CSWgnustep-base
 RUNTIME_DEP_PKGS_CSWgnustep-back += CSWgnustep-gui
-RUNTIME_DEP_PKGS_CSWgnustep-back += CSWlibxft2
 RUNTIME_DEP_PKGS_CSWgnustep-back += CSWlibxrender
 RUNTIME_DEP_PKGS_CSWgnustep-back += CSWmesa
 RUNTIME_DEP_PKGS_CSWgnustep-back += CSWlibfontconfig1
 RUNTIME_DEP_PKGS_CSWgnustep-back += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWgnustep-back += CSWlibcairo2
+RUNTIME_DEP_PKGS_CSWgnustep-back += CSWlibfreetype6
 
 #solaris 10
-RUNTIME_DEP_PKGS_CSWgnustep-back_5.10 += CSWlibcairo2
-RUNTIME_DEP_PKGS_CSWgnustep-back_5.10 += CSWlibfreetype6
 RUNTIME_DEP_PKGS_CSWgnustep-back_5.10 += CSWlibobjc4
+RUNTIME_DEP_PKGS_CSWgnustep-back_5.10 += CSWlibxft2
 
 #solaris 9
 RUNTIME_DEP_PKGS_CSWgnustep-back_5.9 += CSWlibobjc3

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26166] csw/mgar/pkg/gs_PRICE/trunk

2017-04-27 Thread rmottola--- via devel
Revision: 26166
  http://sourceforge.net/p/gar/code/26166
Author:   rmottola
Date: 2017-04-27 16:31:11 + (Thu, 27 Apr 2017)
Log Message:
---
gs_PRICE/trunk: update version

Modified Paths:
--
csw/mgar/pkg/gs_PRICE/trunk/Makefile
csw/mgar/pkg/gs_PRICE/trunk/checksums

Modified: csw/mgar/pkg/gs_PRICE/trunk/Makefile
===
--- csw/mgar/pkg/gs_PRICE/trunk/Makefile2017-04-27 15:35:05 UTC (rev 
26165)
+++ csw/mgar/pkg/gs_PRICE/trunk/Makefile2017-04-27 16:31:11 UTC (rev 
26166)
@@ -2,7 +2,7 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = PRICE
-VERSION = 1.2.0
+VERSION = 1.3.0
 GARTYPE = v2
 
 PACKAGES += CSWgs-price
@@ -12,7 +12,7 @@
   Raster image viewing, manipulation, filtering and enhancement program based 
on GNUstep. Capable of opening several documents at once and running high 
quality filters on them.
 endef
 
-MASTER_SITES = 
http://downloads.sourceforge.net/project/price/PRICE%20source/$(VERSION)/
+MASTER_SITES = http://downloads.sourceforge.net/project/price/$(VERSION)/
 DISTFILES  = $(DISTNAME).tar.gz
 
 BUILD_DEP_PKGS += CSWgmake

Modified: csw/mgar/pkg/gs_PRICE/trunk/checksums
===
--- csw/mgar/pkg/gs_PRICE/trunk/checksums   2017-04-27 15:35:05 UTC (rev 
26165)
+++ csw/mgar/pkg/gs_PRICE/trunk/checksums   2017-04-27 16:31:11 UTC (rev 
26166)
@@ -1 +1 @@
-e35f0fa12caaf94c0028e4dea7ef96c7  PRICE-1.2.0.tar.gz
+3fefe66a64b345a126e94024c0030777  PRICE-1.3.0.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26167] csw/mgar/pkg/gs_gorm/trunk

2017-04-27 Thread rmottola--- via devel
Revision: 26167
  http://sourceforge.net/p/gar/code/26167
Author:   rmottola
Date: 2017-04-27 17:04:16 + (Thu, 27 Apr 2017)
Log Message:
---
gs_gorm/trunk: update version

Modified Paths:
--
csw/mgar/pkg/gs_gorm/trunk/Makefile
csw/mgar/pkg/gs_gorm/trunk/checksums

Modified: csw/mgar/pkg/gs_gorm/trunk/Makefile
===
--- csw/mgar/pkg/gs_gorm/trunk/Makefile 2017-04-27 16:31:11 UTC (rev 26166)
+++ csw/mgar/pkg/gs_gorm/trunk/Makefile 2017-04-27 17:04:16 UTC (rev 26167)
@@ -2,7 +2,7 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = gorm
-VERSION = 1.2.20
+VERSION = 1.2.23
 GARTYPE = v2
 
 DESCRIPTION = GNUstep graphical interface builder

Modified: csw/mgar/pkg/gs_gorm/trunk/checksums
===
--- csw/mgar/pkg/gs_gorm/trunk/checksums2017-04-27 16:31:11 UTC (rev 
26166)
+++ csw/mgar/pkg/gs_gorm/trunk/checksums2017-04-27 17:04:16 UTC (rev 
26167)
@@ -1 +1 @@
-099c2e749e6871c8ea2f8e68b9fe87b5  gorm-1.2.20.tar.gz
+ba5729aa036e54ab824f0fffdb980664  gorm-1.2.23.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26168] csw/mgar/pkg/openssl/trunk

2017-04-28 Thread rmottola--- via devel
Revision: 26168
  http://sourceforge.net/p/gar/code/26168
Author:   rmottola
Date: 2017-04-28 08:26:07 + (Fri, 28 Apr 2017)
Log Message:
---
openssl/trunk: first work towards LTS 1.0.2, disable all patches for now, 
regenerated target patch

Modified Paths:
--
csw/mgar/pkg/openssl/trunk/Makefile
csw/mgar/pkg/openssl/trunk/checksums

Added Paths:
---
csw/mgar/pkg/openssl/trunk/files/0001-more-configure-targets-1_0_2.patch

Modified: csw/mgar/pkg/openssl/trunk/Makefile
===
--- csw/mgar/pkg/openssl/trunk/Makefile 2017-04-27 17:04:16 UTC (rev 26167)
+++ csw/mgar/pkg/openssl/trunk/Makefile 2017-04-28 08:26:07 UTC (rev 26168)
@@ -13,7 +13,7 @@
 ## Package information ###
 
 NAME = openssl
-VERSION = 0.9.8zf
+VERSION = 1.0.2f
 GARTYPE = v2
 
 DESCRIPTION = The Open Source toolkit for SSL and TLS
@@ -24,11 +24,11 @@
   as a full-strength general-purpose cryptography library.
 endef
 
-PACKAGES = CSWlibssl0-9-8
+PACKAGES = CSWlibssl1-0-2
 
-SPKG_DESC_CSWlibssl0-9-8 = Openssl runtime libraries
-CATALOGNAME_CSWlibssl0-9-8 = libssl0_9_8
-RUNTIME_DEP_PKGS_CSWlibssl0-9-8 = CSWcacertificates
+SPKG_DESC_CSWlibssl1-0-2 = Openssl runtime libraries
+CATALOGNAME_CSWlibssl1-0-2 = libssl1_0_2
+RUNTIME_DEP_PKGS_CSWlibssl1-0-2 = CSWcacertificates
 
 #CHECKPKG_OVERRIDES_CSWlibssl0-9-8 += surplus-dependency|CSWcacertificates
 
@@ -72,27 +72,28 @@
 ## Upstream and opencsw files information ###
 
 MASTER_SITES = http://www.openssl.org/source/ http://openssl.org/news/
-UPSTREAM_MASTER_SITES = http://www.openssl.org/source/ 
+UPSTREAM_MASTER_SITES = https://www.openssl.org/source/old/1.0.2/
 
 # We define upstream file regex so we can be notifed of new upstream software 
release
-UFILES_REGEX = $(NAME)-(0.9.8[a-z][a-z]).tar.gz
+UFILES_REGEX = $(NAME)-(1.0.2[a-z][a-z]).tar.gz
 
 DISTFILES  = $(NAME)-$(VERSION).tar.gz 
-DISTFILES += CSWlibssl0-9-8.prototype-i386 CSWlibssl0-9-8.prototype-sparc
-DISTFILES += changelog.CSW README.CSW
+#DISTFILES += CSWlibssl1-0-2.prototype-i386 CSWlibssl1-0-2.prototype-sparc
+#DISTFILES += changelog.CSW README.CSW
 
 DOCFILES = CHANGES CHANGES.SSLeay PROBLEMS README FAQ README.ASN1 INSTALL NEWS 
README.ENGINE
 
 # This patch add optimised build targets for some solaris isa, ie:
 # solaris-386-cc, solaris-pentium-cc, solaris-pentium_pro-cc, 
solaris-sparcv9+vis-cc
-PATCHFILES = more_configure_targets.patch
+#PATCHFILES = more_configure_targets.patch
+PATCHFILES = 0001-more-configure-targets-1_0_2.patch
 
 # Update openssl.cnf path in man page to follow opencsw standard
-PATCHFILES += opencsw_paths.patch
+#PATCHFILES += opencsw_paths.patch
 
 # Let's always block some compromised CA, whatever the CA configured
 # (patchs taken from Debian Package)
-PATCHFILES += block_bad_certificates.patch
+#PATCHFILES += block_bad_certificates.patch
 
 LICENSE=LICENSE
 
@@ -153,13 +154,13 @@
 INSTALL_ARGS += MANDIR=$(mandir)
 
 # we include previous release of libraries file for comptability purpose
-OLDLIBS = 0.9.7m
+#OLDLIBS = 0.9.7m
 
 # support for pkcs11 engine 
http://blogs.sun.com/chichang1/entry/how_to_integrate_pkcs11_engine
 ifdef PKCS11
PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 solaris10-sparc 
solaris10-i386
 ifneq ($(shell /usr/bin/uname -r),5.9) 
-   PATCHFILES += pkcs11_engine-0.9.8o.patch.2010-09-03
+   #PATCHFILES += pkcs11_engine-0.9.8o.patch.2010-09-03
CONFIGURE_ARGS += --pk11-libname=$(abspath 
/usr/lib/$(MM_LIBDIR)/libpkcs11.so) 
 endif
 endif 

Modified: csw/mgar/pkg/openssl/trunk/checksums
===
--- csw/mgar/pkg/openssl/trunk/checksums2017-04-27 17:04:16 UTC (rev 
26167)
+++ csw/mgar/pkg/openssl/trunk/checksums2017-04-28 08:26:07 UTC (rev 
26168)
@@ -1 +1 @@
-c69a4a679233f7df189e1ad6659511ec  openssl-0.9.8zf.tar.gz
+b3bf73f507172be9292ea2a8c28b659d  openssl-1.0.2f.tar.gz

Added: csw/mgar/pkg/openssl/trunk/files/0001-more-configure-targets-1_0_2.patch
===
--- csw/mgar/pkg/openssl/trunk/files/0001-more-configure-targets-1_0_2.patch
(rev 0)
+++ csw/mgar/pkg/openssl/trunk/files/0001-more-configure-targets-1_0_2.patch
2017-04-28 08:26:07 UTC (rev 26168)
@@ -0,0 +1,32 @@
+From 17f42c88f0c1f345e7f110d32448aa0157339b51 Mon Sep 17 00:00:00 2001
+From: Riccardo Mottola 
+Date: Fri, 28 Apr 2017 10:04:19 +0200
+Subject: [PATCH] more configure targets 1_0_2
+
+---
+ Configure | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/Configure b/Configure
+index 4a715dc..856aea0 100755
+--- a/Configure
 b/Configure
+@@ -249,11 +249,15 @@ my %table=(
+  
+  Solaris x86 with Sun C setups
+ "solaris-x86-cc","cc:-fast -xarch=generic -O -Xa::-D_REENTRANT::-lsocket 
-lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL 
BF_PTR:${no_asm}:dlf

SF.net SVN: gar:[26169] csw/mgar/pkg/openssl/trunk

2017-04-28 Thread rmottola--- via devel
Revision: 26169
  http://sourceforge.net/p/gar/code/26169
Author:   rmottola
Date: 2017-04-28 11:12:38 + (Fri, 28 Apr 2017)
Log Message:
---
openssl/trunk: revert

Modified Paths:
--
csw/mgar/pkg/openssl/trunk/Makefile
csw/mgar/pkg/openssl/trunk/checksums

Removed Paths:
-
csw/mgar/pkg/openssl/trunk/files/0001-more-configure-targets-1_0_2.patch

Modified: csw/mgar/pkg/openssl/trunk/Makefile
===
--- csw/mgar/pkg/openssl/trunk/Makefile 2017-04-28 08:26:07 UTC (rev 26168)
+++ csw/mgar/pkg/openssl/trunk/Makefile 2017-04-28 11:12:38 UTC (rev 26169)
@@ -13,7 +13,7 @@
 ## Package information ###
 
 NAME = openssl
-VERSION = 1.0.2f
+VERSION = 0.9.8zf
 GARTYPE = v2
 
 DESCRIPTION = The Open Source toolkit for SSL and TLS
@@ -24,11 +24,11 @@
   as a full-strength general-purpose cryptography library.
 endef
 
-PACKAGES = CSWlibssl1-0-2
+PACKAGES = CSWlibssl0-9-8
 
-SPKG_DESC_CSWlibssl1-0-2 = Openssl runtime libraries
-CATALOGNAME_CSWlibssl1-0-2 = libssl1_0_2
-RUNTIME_DEP_PKGS_CSWlibssl1-0-2 = CSWcacertificates
+SPKG_DESC_CSWlibssl0-9-8 = Openssl runtime libraries
+CATALOGNAME_CSWlibssl0-9-8 = libssl0_9_8
+RUNTIME_DEP_PKGS_CSWlibssl0-9-8 = CSWcacertificates
 
 #CHECKPKG_OVERRIDES_CSWlibssl0-9-8 += surplus-dependency|CSWcacertificates
 
@@ -72,28 +72,27 @@
 ## Upstream and opencsw files information ###
 
 MASTER_SITES = http://www.openssl.org/source/ http://openssl.org/news/
-UPSTREAM_MASTER_SITES = https://www.openssl.org/source/old/1.0.2/
+UPSTREAM_MASTER_SITES = http://www.openssl.org/source/ 
 
 # We define upstream file regex so we can be notifed of new upstream software 
release
-UFILES_REGEX = $(NAME)-(1.0.2[a-z][a-z]).tar.gz
+UFILES_REGEX = $(NAME)-(0.9.8[a-z][a-z]).tar.gz
 
 DISTFILES  = $(NAME)-$(VERSION).tar.gz 
-#DISTFILES += CSWlibssl1-0-2.prototype-i386 CSWlibssl1-0-2.prototype-sparc
-#DISTFILES += changelog.CSW README.CSW
+DISTFILES += CSWlibssl0-9-8.prototype-i386 CSWlibssl0-9-8.prototype-sparc
+DISTFILES += changelog.CSW README.CSW
 
 DOCFILES = CHANGES CHANGES.SSLeay PROBLEMS README FAQ README.ASN1 INSTALL NEWS 
README.ENGINE
 
 # This patch add optimised build targets for some solaris isa, ie:
 # solaris-386-cc, solaris-pentium-cc, solaris-pentium_pro-cc, 
solaris-sparcv9+vis-cc
-#PATCHFILES = more_configure_targets.patch
-PATCHFILES = 0001-more-configure-targets-1_0_2.patch
+PATCHFILES = more_configure_targets.patch
 
 # Update openssl.cnf path in man page to follow opencsw standard
-#PATCHFILES += opencsw_paths.patch
+PATCHFILES += opencsw_paths.patch
 
 # Let's always block some compromised CA, whatever the CA configured
 # (patchs taken from Debian Package)
-#PATCHFILES += block_bad_certificates.patch
+PATCHFILES += block_bad_certificates.patch
 
 LICENSE=LICENSE
 
@@ -154,13 +153,13 @@
 INSTALL_ARGS += MANDIR=$(mandir)
 
 # we include previous release of libraries file for comptability purpose
-#OLDLIBS = 0.9.7m
+OLDLIBS = 0.9.7m
 
 # support for pkcs11 engine 
http://blogs.sun.com/chichang1/entry/how_to_integrate_pkcs11_engine
 ifdef PKCS11
PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 solaris10-sparc 
solaris10-i386
 ifneq ($(shell /usr/bin/uname -r),5.9) 
-   #PATCHFILES += pkcs11_engine-0.9.8o.patch.2010-09-03
+   PATCHFILES += pkcs11_engine-0.9.8o.patch.2010-09-03
CONFIGURE_ARGS += --pk11-libname=$(abspath 
/usr/lib/$(MM_LIBDIR)/libpkcs11.so) 
 endif
 endif 

Modified: csw/mgar/pkg/openssl/trunk/checksums
===
--- csw/mgar/pkg/openssl/trunk/checksums2017-04-28 08:26:07 UTC (rev 
26168)
+++ csw/mgar/pkg/openssl/trunk/checksums2017-04-28 11:12:38 UTC (rev 
26169)
@@ -1 +1 @@
-b3bf73f507172be9292ea2a8c28b659d  openssl-1.0.2f.tar.gz
+c69a4a679233f7df189e1ad6659511ec  openssl-0.9.8zf.tar.gz

Deleted: 
csw/mgar/pkg/openssl/trunk/files/0001-more-configure-targets-1_0_2.patch
===
--- csw/mgar/pkg/openssl/trunk/files/0001-more-configure-targets-1_0_2.patch
2017-04-28 08:26:07 UTC (rev 26168)
+++ csw/mgar/pkg/openssl/trunk/files/0001-more-configure-targets-1_0_2.patch
2017-04-28 11:12:38 UTC (rev 26169)
@@ -1,32 +0,0 @@
-From 17f42c88f0c1f345e7f110d32448aa0157339b51 Mon Sep 17 00:00:00 2001
-From: Riccardo Mottola 
-Date: Fri, 28 Apr 2017 10:04:19 +0200
-Subject: [PATCH] more configure targets 1_0_2
-

- Configure | 4 
- 1 file changed, 4 insertions(+)
-
-diff --git a/Configure b/Configure
-index 4a715dc..856aea0 100755
 a/Configure
-+++ b/Configure
-@@ -249,11 +249,15 @@ my %table=(
-  
-  Solaris x86 with Sun C setups
- "solaris-x86-cc","cc:-fast -xarch=generic -O -Xa::-D_REENTRANT::-lsocket 
-lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL 
BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z 
text:.so.\$(SHLIB_MAJOR).\$(SHLI

SF.net SVN: gar:[26170] csw/mgar/pkg/openssl1/branches/lts102/

2017-04-28 Thread rmottola--- via devel
Revision: 26170
  http://sourceforge.net/p/gar/code/26170
Author:   rmottola
Date: 2017-04-28 15:08:25 + (Fri, 28 Apr 2017)
Log Message:
---
openssl1/branches/lts102: initial 1.0.2 lts branch

Added Paths:
---
csw/mgar/pkg/openssl1/branches/lts102/

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26171] csw/mgar/pkg/openssl1/branches/lts102

2017-04-30 Thread rmottola--- via devel
Revision: 26171
  http://sourceforge.net/p/gar/code/26171
Author:   rmottola
Date: 2017-04-30 16:17:38 + (Sun, 30 Apr 2017)
Log Message:
---
openssl1/branches/lts102: import some patches from oracle

Modified Paths:
--
csw/mgar/pkg/openssl1/branches/lts102/Makefile
csw/mgar/pkg/openssl1/branches/lts102/checksums

Added Paths:
---
csw/mgar/pkg/openssl1/branches/lts102/files/050-segfault_configfile.patch
csw/mgar/pkg/openssl1/branches/lts102/files/051-segfault_export.patch

Modified: csw/mgar/pkg/openssl1/branches/lts102/Makefile
===
--- csw/mgar/pkg/openssl1/branches/lts102/Makefile  2017-04-28 15:08:25 UTC 
(rev 26170)
+++ csw/mgar/pkg/openssl1/branches/lts102/Makefile  2017-04-30 16:17:38 UTC 
(rev 26171)
@@ -13,7 +13,7 @@
 ## Package information ###
 
 NAME = openssl
-VERSION = 1.0.2h
+VERSION = 1.0.2j
 GARTYPE = v2
 # Since version 1.0.0, soname is fixed and does not follow the minor releases
 SONAME=1.0.0
@@ -141,6 +141,9 @@
 PATCHFILES += 049-use-srln.patch
 #PATCHFILES += 046-weak-ciphers.patch
 
+PATCHFILES += 050-segfault_configfile.patch
+PATCHFILES += 051-segfault_export.patch
+
 LICENSE = LICENSE
 
 # Build and installation information #

Modified: csw/mgar/pkg/openssl1/branches/lts102/checksums
===
--- csw/mgar/pkg/openssl1/branches/lts102/checksums 2017-04-28 15:08:25 UTC 
(rev 26170)
+++ csw/mgar/pkg/openssl1/branches/lts102/checksums 2017-04-30 16:17:38 UTC 
(rev 26171)
@@ -1 +1 @@
-9392e65072ce4b614c1392eefc1f23d0  openssl-1.0.2h.tar.gz
+96322138f0b69e61b7212bc53d5e912b  openssl-1.0.2j.tar.gz

Added: csw/mgar/pkg/openssl1/branches/lts102/files/050-segfault_configfile.patch
===
--- csw/mgar/pkg/openssl1/branches/lts102/files/050-segfault_configfile.patch   
(rev 0)
+++ csw/mgar/pkg/openssl1/branches/lts102/files/050-segfault_configfile.patch   
2017-04-30 16:17:38 UTC (rev 26171)
@@ -0,0 +1,55 @@
+# This patch was developed in house.
+# The issue is fixed in the OpenSSL 1.1 release by the upstream,
+# but the code base has changed and the same fix can't be applied
+# without major code change.
+--- a/apps/ts.c2016-06-21 13:43:24.299079900 -0700
 b/apps/ts.c2016-06-21 14:06:28.055910010 -0700
+@@ -299,6 +299,9 @@
+ goto usage;
+ /* Load the config file for possible policy OIDs. */
+ conf = load_config_file(configfile);
++   if (conf == NULL) {
++goto cleanup;
++}
+ ret = !query_command(data, digest, md, policy, no_nonce, cert,
+  in, out, text);
+ break;
+@@ -401,6 +404,7 @@
+ else
+ BIO_printf(bio_err, "error on line %ld of config file "
+"'%s'\n", errorline, configfile);
++goto errexit;
+ }
+ 
+ if (conf != NULL) {
+@@ -410,18 +414,27 @@
+ p = NCONF_get_string(conf, NULL, ENV_OID_FILE);
+ if (p != NULL) {
+ BIO *oid_bio = BIO_new_file(p, "r");
+-if (!oid_bio)
++if (!oid_bio) {
+ ERR_print_errors(bio_err);
+-else {
++goto errexit;
++} else {
+ OBJ_create_objects(oid_bio);
+ BIO_free_all(oid_bio);
+ }
+ } else
+ ERR_clear_error();
+-if (!add_oid_section(bio_err, conf))
++if (!add_oid_section(bio_err, conf)) {
+ ERR_print_errors(bio_err);
++goto errexit;
++}
+ }
+ return conf;
++
++errexit:
++if (conf != NULL) {
++  NCONF_free(conf);
++}
++return (NULL);
+ }
+ 
+ /*

Added: csw/mgar/pkg/openssl1/branches/lts102/files/051-segfault_export.patch
===
--- csw/mgar/pkg/openssl1/branches/lts102/files/051-segfault_export.patch   
(rev 0)
+++ csw/mgar/pkg/openssl1/branches/lts102/files/051-segfault_export.patch   
2017-04-30 16:17:38 UTC (rev 26171)
@@ -0,0 +1,17 @@
+# This patch addresses multiple segmentation faults:
+# Pull Requests submitted to the upstream:
+#   https://github.com/openssl/openssl/pull/1243
+# Fixed by upstream:
+#   
+--- a/apps/s_client.c  Tue May  3 06:44:42 2016
 b/apps/s_client.c  Wed May  4 15:11:00 2016
+@@ -2633,7 +2633,8 @@ static void print_stuff(BIO *bio, SSL *s, int full)
+ #endif
+ 
+ SSL_SESSION_print(bio, SSL_get_session(s));
+-if (keymatexportlabel != NULL) {
++if ((SSL_get_session(s) != NULL) &&
++(keymatexportlabel != NULL)) {
+ BIO_printf(bio, "Keying material exporter:\n");
+ BIO_printf(bio, "Label: '%s'\n", keymatexportlabel);
+ BIO_printf(bio, "Length: %i bytes\n", keymatexportlen);

This was sent

SF.net SVN: gar:[26172] csw/mgar/pkg/openssl1/branches/lts102

2017-04-30 Thread rmottola--- via devel
Revision: 26172
  http://sourceforge.net/p/gar/code/26172
Author:   rmottola
Date: 2017-04-30 17:38:57 + (Sun, 30 Apr 2017)
Log Message:
---
openssl1/branches/lts102: reinstntiate some 0.9.8 targets

Modified Paths:
--
csw/mgar/pkg/openssl1/branches/lts102/Makefile

Added Paths:
---

csw/mgar/pkg/openssl1/branches/lts102/files/0001-more-configure-targets-1_0_2.patch

Modified: csw/mgar/pkg/openssl1/branches/lts102/Makefile
===
--- csw/mgar/pkg/openssl1/branches/lts102/Makefile  2017-04-30 16:17:38 UTC 
(rev 26171)
+++ csw/mgar/pkg/openssl1/branches/lts102/Makefile  2017-04-30 17:38:57 UTC 
(rev 26172)
@@ -85,6 +85,10 @@
 # List of engines that will be shipped in the packages
 ENGINES = 4758cca aep atalla cswift gmp chil nuron sureware ubsec padlock capi
 
+
+#some more targets we used in 0.9.8
+PATCHFILES += 0001-more-configure-targets-1_0_2.patch
+
 # This patch is taken from 
https://hg.openindiana.org/upstream/oracle/userland-gate/
 # original file: 
components/openssl/openssl-1.0.1/patches/18-compiler_opts.patch
 # I think they are smarter than me to figure what are the best compiler options

Added: 
csw/mgar/pkg/openssl1/branches/lts102/files/0001-more-configure-targets-1_0_2.patch
===
--- 
csw/mgar/pkg/openssl1/branches/lts102/files/0001-more-configure-targets-1_0_2.patch
 (rev 0)
+++ 
csw/mgar/pkg/openssl1/branches/lts102/files/0001-more-configure-targets-1_0_2.patch
 2017-04-30 17:38:57 UTC (rev 26172)
@@ -0,0 +1,32 @@
+From 17f42c88f0c1f345e7f110d32448aa0157339b51 Mon Sep 17 00:00:00 2001
+From: Riccardo Mottola 
+Date: Fri, 28 Apr 2017 10:04:19 +0200
+Subject: [PATCH] more configure targets 1_0_2
+
+---
+ Configure | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/Configure b/Configure
+index 4a715dc..856aea0 100755
+--- a/Configure
 b/Configure
+@@ -249,11 +249,15 @@ my %table=(
+  
+  Solaris x86 with Sun C setups
+ "solaris-x86-cc","cc:-fast -xarch=generic -O -Xa::-D_REENTRANT::-lsocket 
-lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL 
BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z 
text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
++"solaris-386-cc","cc:-fast -xarch=386 -O -Xa::-D_REENTRANT::-lsocket -lnsl 
-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL 
BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z 
text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
++"solaris-pentium-cc","cc:-fast -xpentium -O -Xa::-D_REENTRANT::-lsocket -lnsl 
-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNRO LL 
BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z 
text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
++"solaris-pentium_pro-cc","cc:-fast -xarch=pentium_pro -O 
-Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR 
DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z 
text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+ "solaris64-x86_64-cc","cc:-fast -xarch=amd64 -xstrconst -Xa 
-DL_ENDIAN::-D_REENTRANT::-lsocket -lnsl -ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK 
DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:solaris-shared:-KPIC:-xarch=amd64 -G 
-dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/64",
+ 
+  SPARC Solaris with GNU C setups
+ "solaris-sparcv7-gcc","gcc:-O3 -fomit-frame-pointer -Wall -DB_ENDIAN 
-DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK 
DES_UNROLL 
BF_PTR:${no_asm}:dlfcn:solaris-shared:-fPIC:-shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+ "solaris-sparcv8-gcc","gcc:-mcpu=v8 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN 
-DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK 
DES_UNROLL 
BF_PTR:${sparcv8_asm}:dlfcn:solaris-shared:-fPIC:-shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
++"solaris-sparcv9+vis-cc","cc:-xtarget=ultra -xarch=v8plusa -xO5 -xstrconst 
-xdepend -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl 
-ldl:BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL 
BF_PTR:::des_enc-sparc.o fcrypt_b.o:dlfcn:solaris-shared:-KPIC:-G -dy 
-z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+ # -m32 should be safe to add as long as driver recognizes -mcpu=ultrasparc
+ "solaris-sparcv9-gcc","gcc:-m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer 
-Wall -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl 
-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL 
BF_PTR:${sparcv9_asm}:dlfcn:solaris-shared:-fPIC:-shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+ "solaris64-sparcv9-gcc","gcc:-m64 -mcpu=ultrasparc -O3 -Wall 
-DB_ENDIAN::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR 
RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL 
BF_PTR:${sparcv9_asm}:dlfcn:solaris-shared:-fPIC:-m64 
-shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/64",
+-- 
+2.4.0
+

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

SF.net SVN: gar:[26173] csw/mgar/pkg/openssl1/branches/lts102/Makefile

2017-05-02 Thread rmottola--- via devel
Revision: 26173
  http://sourceforge.net/p/gar/code/26173
Author:   rmottola
Date: 2017-05-02 21:13:51 + (Tue, 02 May 2017)
Log Message:
---
openssl1/branches/lts102: differentiate compilers for each OSREL

Modified Paths:
--
csw/mgar/pkg/openssl1/branches/lts102/Makefile

Modified: csw/mgar/pkg/openssl1/branches/lts102/Makefile
===
--- csw/mgar/pkg/openssl1/branches/lts102/Makefile  2017-04-30 17:38:57 UTC 
(rev 26172)
+++ csw/mgar/pkg/openssl1/branches/lts102/Makefile  2017-05-02 21:13:51 UTC 
(rev 26173)
@@ -28,7 +28,9 @@
 
 # This recipe can be used to compile openssl with Sun Studio or GCC
 # Just define the GARCOMPILER to the GNU or SUN
-GARCOMPILER = SOS12U4
+GARCOMPILER_5.9 = SOS12
+GARCOMPILER_5.10 = SOS12U4
+GARCOMPILER_5.11 = SOS12U4
 GARCOMPILER_TYPE = $(if $(findstring GCC,$(GARCOMPILER)),GNU,SUN)
 
 PACKAGES = CSWlibssl1-0-0 CSWlibssl-dev CSWopenssl-utils

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26174] csw/mgar/pkg/openssl1/branches/lts102/Makefile

2017-05-02 Thread rmottola--- via devel
Revision: 26174
  http://sourceforge.net/p/gar/code/26174
Author:   rmottola
Date: 2017-05-03 06:20:13 + (Wed, 03 May 2017)
Log Message:
---
openssl1/branches/lts102: tweak targets

Modified Paths:
--
csw/mgar/pkg/openssl1/branches/lts102/Makefile

Modified: csw/mgar/pkg/openssl1/branches/lts102/Makefile
===
--- csw/mgar/pkg/openssl1/branches/lts102/Makefile  2017-05-02 21:13:51 UTC 
(rev 26173)
+++ csw/mgar/pkg/openssl1/branches/lts102/Makefile  2017-05-03 06:20:13 UTC 
(rev 26174)
@@ -183,11 +183,12 @@
 pentium_pro_GNU_CONFIGURE_TARGET= solaris-x86-gcc
 amd64_GNU_CONFIGURE_TARGET = solaris64-x86_64-gcc
 
-sparcv8_SUN_CONFIGURE_TARGET   = solaris-sparcv8-cc-sunw
+sparcv8_SUN_CONFIGURE_TARGET   = solaris-sparcv8-cc
 sparcv8plus_SUN_CONFIGURE_TARGET   = solaris-sparcv9-cc-sunw
 sparcv8plus+vis_SUN_CONFIGURE_TARGET   = solaris-sparcv9+vis-cc-sunw
-sparcv9_SUN_CONFIGURE_TARGET_5.11  = solaris64-sparcv9-cc-sunw
-sparcv9_SUN_CONFIGURE_TARGET_5.10  = solaris64-sparcv9-cc-sunw10
+sparcv9_SUN_CONFIGURE_TARGET_5.11  = solaris64-sparcv9-cc-sunw
+sparcv9_SUN_CONFIGURE_TARGET_5.10  = solaris64-sparcv9-cc-sunw10
+sparcv9_SUN_CONFIGURE_TARGET_5.9   = solaris64-sparcv9-cc-sunw10
 sparcv9_SUN_CONFIGURE_TARGET   = 
$(sparcv9_SUN_CONFIGURE_TARGET_$(GAROSREL))
 
 sparcv8_GNU_CONFIGURE_TARGET   = solaris-sparcv8-gcc

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26175] csw/mgar/pkg/gs_terminal/trunk/Makefile

2017-05-03 Thread rmottola--- via devel
Revision: 26175
  http://sourceforge.net/p/gar/code/26175
Author:   rmottola
Date: 2017-05-03 08:11:46 + (Wed, 03 May 2017)
Log Message:
---
gs_terminal/trunk: improve platform differences

Modified Paths:
--
csw/mgar/pkg/gs_terminal/trunk/Makefile

Modified: csw/mgar/pkg/gs_terminal/trunk/Makefile
===
--- csw/mgar/pkg/gs_terminal/trunk/Makefile 2017-05-03 06:20:13 UTC (rev 
26174)
+++ csw/mgar/pkg/gs_terminal/trunk/Makefile 2017-05-03 08:11:46 UTC (rev 
26175)
@@ -15,7 +15,6 @@
 DISTFILES  = $(DISTNAME).tar.gz
 
 BUILD_DEP_PKGS += CSWgmake
-BUILD_DEP_PKGS += CSWgcc4objc
 BUILD_DEP_PKGS += CSWgnustep-make
 BUILD_DEP_PKGS += CSWgnustep-base
 BUILD_DEP_PKGS += CSWgnustep-gui
@@ -27,8 +26,11 @@
 RUNTIME_DEP_PKGS_CSWgs-terminal += CSWgnustep-back
 RUNTIME_DEP_PKGS_CSWgs-terminal += CSWlibgcc-s1
 RUNTIME_DEP_PKGS_CSWgs-terminal += CSWlibiconv2
-RUNTIME_DEP_PKGS_CSWgs-terminal += CSWlibobjc4
 
+RUNTIME_DEP_PKGS_CSWgs-terminal_5.9 += CSWlibobjc3
+RUNTIME_DEP_PKGS_CSWgs-terminal_5.10 += CSWlibobjc4
+RUNTIME_DEP_PKGS_CSWgs-terminal += 
$(RUNTIME_DEP_PKGS_CSWgs-terminal_$(GAROSREL))
+
 #we do override because we depend on them
 CHECKPKG_OVERRIDES_CSWgs-terminal += surplus-dependency|CSWgnustep-gui
 CHECKPKG_OVERRIDES_CSWgs-terminal += surplus-dependency|CSWgnustep-base
@@ -46,6 +48,13 @@
 #we absolutely need GCC for Objective-C support. The only alternative in the 
future would be clang
 GARCOMPILER = GNU
 
+#where can we build?
+PACKAGING_PLATFORMS += solaris9-sparc
+PACKAGING_PLATFORMS += solaris9-i386
+PACKAGING_PLATFORMS += solaris10-sparc
+PACKAGING_PLATFORMS += solaris10-i386
+
+
 CONFIGURE_ARGS = $(DIRPATHS)
 
 # now special targets for build and install so that we can source

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26176] csw/mgar/pkg/gs_PRICE/trunk/Makefile

2017-05-03 Thread rmottola--- via devel
Revision: 26176
  http://sourceforge.net/p/gar/code/26176
Author:   rmottola
Date: 2017-05-03 10:07:52 + (Wed, 03 May 2017)
Log Message:
---
gs_PRICE/trunk: tweak platforms and build line

Modified Paths:
--
csw/mgar/pkg/gs_PRICE/trunk/Makefile

Modified: csw/mgar/pkg/gs_PRICE/trunk/Makefile
===
--- csw/mgar/pkg/gs_PRICE/trunk/Makefile2017-05-03 08:11:46 UTC (rev 
26175)
+++ csw/mgar/pkg/gs_PRICE/trunk/Makefile2017-05-03 10:07:52 UTC (rev 
26176)
@@ -16,7 +16,6 @@
 DISTFILES  = $(DISTNAME).tar.gz
 
 BUILD_DEP_PKGS += CSWgmake
-BUILD_DEP_PKGS += CSWgcc4objc
 
 RUNTIME_DEP_PKGS_CSWgs-price += CSWgnustep-make
 RUNTIME_DEP_PKGS_CSWgs-price += CSWgnustep-base
@@ -23,8 +22,11 @@
 RUNTIME_DEP_PKGS_CSWgs-price += CSWgnustep-gui
 RUNTIME_DEP_PKGS_CSWgs-price += CSWgnustep-back
 RUNTIME_DEP_PKGS_CSWgs-price += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWgs-price += CSWlibobjc4
 
+RUNTIME_DEP_PKGS_CSWgs-price_5.9 += CSWlibobjc3
+RUNTIME_DEP_PKGS_CSWgs-price_5.10 += CSWlibobjc4
+RUNTIME_DEP_PKGS_CSWgs-price += $(RUNTIME_DEP_PKGS_CSWgs-price_$(GAROSREL))
+
 #overrides, we know we need these!
 CHECKPKG_OVERRIDES_CSWgs-price += surplus-dependency|CSWgnustep-make
 CHECKPKG_OVERRIDES_CSWgs-price += surplus-dependency|CSWgnustep-gui
@@ -32,21 +34,19 @@
 CHECKPKG_OVERRIDES_CSWgs-price += surplus-dependency|CSWgnustep-back
 
 #known GNUstep app bundle overrides
-CHECKPKG_OVERRIDES_CSWgs-price += 
no-direct-binding|/opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24
-CHECKPKG_OVERRIDES_CSWgs-price += 
no-direct-binding|/opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE|is|not|directly|bound|to|soname|libobjc.so.4
-CHECKPKG_OVERRIDES_CSWgs-price += 
soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE
-CHECKPKG_OVERRIDES_CSWgs-price += 
soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE
-CHECKPKG_OVERRIDES_CSWgs-price += 
no-direct-binding|/opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE|is|not|directly|bound|to|soname|libgcc_s.so.1
-CHECKPKG_OVERRIDES_CSWgs-price += 
no-direct-binding|/opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE|is|not|directly|bound|to|soname|libgnustep-base.so.1.24
+CHECKPKG_OVERRIDES_CSWgs-price += no-direct-binding
+CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-gui.so.0.25
+CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-base.so.1.25
 
 #known placement problems
-CHECKPKG_OVERRIDES_CSWgs-price += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgs-price += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE|arch_id=3|arch_name=i386
+CHECKPKG_OVERRIDES_CSWgs-price += binary-architecture-does-not-match-placement
 
 
 #where can we build?
-#PACKAGING_PLATFORMS += solaris9-sparc
-PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
+PACKAGING_PLATFORMS += solaris9-sparc
+PACKAGING_PLATFORMS += solaris9-i386
+PACKAGING_PLATFORMS += solaris10-sparc
+PACKAGING_PLATFORMS += solaris10-i386
 
 
 #we absolutely need GCC for Objective-C support. The only alternative in the 
future would be clang
@@ -68,7 +68,7 @@
 include gar/category.mk
 
 build-sourcegs:
-   $(BUILD_ENV) && . 
$(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && 
$(MAKE)
+   . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && 
/usr/bin/env -i $(BUILD_ENV) && cd $(WORKSRC) && MAKEFLAGS= $(MAKE) 
$(PARALLELMFLAGS) CPPFLAGS="$(CPPFLAGS)" -C $(OBJDIR) $(BUILD_ARGS)
@$(MAKECOOKIE)
 
 install-sourcegs:

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26177] csw/mgar/pkg/gs_zipper/trunk/Makefile

2017-05-03 Thread rmottola--- via devel
Revision: 26177
  http://sourceforge.net/p/gar/code/26177
Author:   rmottola
Date: 2017-05-03 10:17:28 + (Wed, 03 May 2017)
Log Message:
---
gs_zipper/trunk: add missing platforms, sparcv8 platform override, improved 
build line

Modified Paths:
--
csw/mgar/pkg/gs_zipper/trunk/Makefile

Modified: csw/mgar/pkg/gs_zipper/trunk/Makefile
===
--- csw/mgar/pkg/gs_zipper/trunk/Makefile   2017-05-03 10:07:52 UTC (rev 
26176)
+++ csw/mgar/pkg/gs_zipper/trunk/Makefile   2017-05-03 10:17:28 UTC (rev 
26177)
@@ -18,7 +18,6 @@
 BUILD_DEP_PKGS += CSWgcc4objc
 
 RUNTIME_DEP_PKGS_CSWgs-zipper += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWgs-zipper += CSWlibobjc4
 RUNTIME_DEP_PKGS_CSWgs-zipper += CSWgnustep-make
 RUNTIME_DEP_PKGS_CSWgs-zipper += CSWgnustep-base
 RUNTIME_DEP_PKGS_CSWgs-zipper += CSWgnustep-gui
@@ -26,6 +25,10 @@
 RUNTIME_DEP_PKGS_CSWgs-zipper += CSWgtar
 RUNTIME_DEP_PKGS_CSWgs-zipper += CSWzip
 
+RUNTIME_DEP_PKGS_CSWgs-zipper_5.9 += CSWlibobjc3
+RUNTIME_DEP_PKGS_CSWgs-zipper_5.10 += CSWlibobjc4
+RUNTIME_DEP_PKGS_CSWgs-zipper += $(RUNTIME_DEP_PKGS_CSWgs-zipper_$(GAROSREL)) 
+
 #we depend on these packages at runtime
 # we want at least two archivers to be present, zip and gnu tar. Others are 
optional
 CHECKPKG_OVERRIDES_CSWgs-zipper += surplus-dependency|CSWgtar
@@ -38,18 +41,21 @@
 
 
 #overrides
-CHECKPKG_OVERRIDES_CSWgs-zipper += 
soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper
-CHECKPKG_OVERRIDES_CSWgs-zipper += 
soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper
-CHECKPKG_OVERRIDES_CSWgs-zipper += 
no-direct-binding|/opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|is|not|directly|bound|to|soname|libobjc.so.4
-CHECKPKG_OVERRIDES_CSWgs-zipper += 
no-direct-binding|/opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24
-CHECKPKG_OVERRIDES_CSWgs-zipper += 
no-direct-binding|/opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|is|not|directly|bound|to|soname|libgnustep-base.so.1.24
+CHECKPKG_OVERRIDES_CSWgs-zipper += 
soname-not-found|libgnustep-gui.so.0.25|is|needed|by|opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper
+CHECKPKG_OVERRIDES_CSWgs-zipper += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper
+CHECKPKG_OVERRIDES_CSWgs-zipper += no-direct-binding
 
 
+CHECKPKG_OVERRIDES_CSWgs-zipper += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|arch_id=18|arch_name=sparcv8
 CHECKPKG_OVERRIDES_CSWgs-zipper += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|arch_id=18|arch_name=sparcv8+
 CHECKPKG_OVERRIDES_CSWgs-zipper += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|arch_id=3|arch_name=i386
 
+#where can we build?
+PACKAGING_PLATFORMS += solaris9-sparc
+PACKAGING_PLATFORMS += solaris9-i386
+PACKAGING_PLATFORMS += solaris10-sparc
+PACKAGING_PLATFORMS += solaris10-i386
 
-
 #we absolutely need GCC for Objective-C support. The only alternative in the 
future would be clang
 GARCOMPILER = GNU
 
@@ -69,7 +75,7 @@
 include gar/category.mk
 
 build-sourcegs:
-   $(BUILD_ENV) && . 
$(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && 
$(MAKE)
+   . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && 
/usr/bin/env -i $(BUILD_ENV) && cd $(WORKSRC) && MAKEFLAGS= $(MAKE) 
$(PARALLELMFLAGS) CPPFLAGS="$(CPPFLAGS)" -C $(OBJDIR) $(BUILD_ARGS)
@$(MAKECOOKIE)
 
 install-sourcegs:

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26178] csw/mgar/pkg/gs_zipper/trunk/Makefile

2017-05-03 Thread rmottola--- via devel
Revision: 26178
  http://sourceforge.net/p/gar/code/26178
Author:   rmottola
Date: 2017-05-03 10:40:10 + (Wed, 03 May 2017)
Log Message:
---
fix arch_id

Modified Paths:
--
csw/mgar/pkg/gs_zipper/trunk/Makefile

Modified: csw/mgar/pkg/gs_zipper/trunk/Makefile
===
--- csw/mgar/pkg/gs_zipper/trunk/Makefile   2017-05-03 10:17:28 UTC (rev 
26177)
+++ csw/mgar/pkg/gs_zipper/trunk/Makefile   2017-05-03 10:40:10 UTC (rev 
26178)
@@ -46,7 +46,7 @@
 CHECKPKG_OVERRIDES_CSWgs-zipper += no-direct-binding
 
 
-CHECKPKG_OVERRIDES_CSWgs-zipper += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|arch_id=18|arch_name=sparcv8
+CHECKPKG_OVERRIDES_CSWgs-zipper += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|arch_id=2|arch_name=sparcv8
 CHECKPKG_OVERRIDES_CSWgs-zipper += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|arch_id=18|arch_name=sparcv8+
 CHECKPKG_OVERRIDES_CSWgs-zipper += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|arch_id=3|arch_name=i386
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26179] csw/mgar/pkg/gs_zipper/trunk/Makefile

2017-05-03 Thread rmottola--- via devel
Revision: 26179
  http://sourceforge.net/p/gar/code/26179
Author:   rmottola
Date: 2017-05-03 10:51:43 + (Wed, 03 May 2017)
Log Message:
---
gs_zipper/trunk: remove dependency and assume we have it

Modified Paths:
--
csw/mgar/pkg/gs_zipper/trunk/Makefile

Modified: csw/mgar/pkg/gs_zipper/trunk/Makefile
===
--- csw/mgar/pkg/gs_zipper/trunk/Makefile   2017-05-03 10:40:10 UTC (rev 
26178)
+++ csw/mgar/pkg/gs_zipper/trunk/Makefile   2017-05-03 10:51:43 UTC (rev 
26179)
@@ -15,7 +15,6 @@
 DISTFILES  = $(DISTNAME).tar.gz
 
 BUILD_DEP_PKGS += CSWgmake
-BUILD_DEP_PKGS += CSWgcc4objc
 
 RUNTIME_DEP_PKGS_CSWgs-zipper += CSWlibgcc-s1
 RUNTIME_DEP_PKGS_CSWgs-zipper += CSWgnustep-make

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26180] csw/mgar/pkg/gs_gorm/trunk/Makefile

2017-05-03 Thread rmottola--- via devel
Revision: 26180
  http://sourceforge.net/p/gar/code/26180
Author:   rmottola
Date: 2017-05-03 11:50:45 + (Wed, 03 May 2017)
Log Message:
---
gs_gorm/trunk: complete packaging platforms, improved build lines, update 
overrides

Modified Paths:
--
csw/mgar/pkg/gs_gorm/trunk/Makefile

Modified: csw/mgar/pkg/gs_gorm/trunk/Makefile
===
--- csw/mgar/pkg/gs_gorm/trunk/Makefile 2017-05-03 10:51:43 UTC (rev 26179)
+++ csw/mgar/pkg/gs_gorm/trunk/Makefile 2017-05-03 11:50:45 UTC (rev 26180)
@@ -18,11 +18,13 @@
 BUILD_DEP_PKGS += CSWgcc4objc
 
 RUNTIME_DEP_PKGS_CSWgorm += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWgorm += CSWlibobjc4
 RUNTIME_DEP_PKGS_CSWgorm += CSWgnustep-make
 RUNTIME_DEP_PKGS_CSWgorm += CSWgnustep-base
 RUNTIME_DEP_PKGS_CSWgorm += CSWgnustep-gui
 RUNTIME_DEP_PKGS_CSWgorm += CSWgnustep-back
+RUNTIME_DEP_PKGS_CSWgorm_5.9 += CSWlibobjc3
+RUNTIME_DEP_PKGS_CSWgorm_5.10 += CSWlibobjc4
+RUNTIME_DEP_PKGS_CSWgorm += $(RUNTIME_DEP_PKGS_CSWgorm_$(GAROSREL))
 
 
 #overrides
@@ -29,39 +31,9 @@
 CHECKPKG_OVERRIDES_CSWgnustep-base += surplus-dependency|CSWgnustep-make
 
 #we don't care about placement
-CHECKPKG_OVERRIDES_CSWgorm += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Gorm|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgorm += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Gorm.plugin/Gorm|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgorm += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Nib.plugin/Nib|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgorm += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Xib.plugin/Xib|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgorm += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/GModel.plugin/GModel|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgorm += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/4Data|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgorm += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/2Controls|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgorm += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/1Windows|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgorm += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/0Menus|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgorm += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/3Containers|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgorm += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Libraries/libGormPrefs.so.1.2.20|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgorm += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Libraries/libGorm.so.1.1.0|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgorm += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Libraries/libGormCore.so.1.2.20|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgorm += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Libraries/libGormObjCHeaderParser.so.1.1.0|arch_id=18|arch_name=sparcv8+
+CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement
 
-CHECKPKG_OVERRIDES_CSWgorm += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Gorm|arch_id=3|arch_name=i386
-CHECKPKG_OVERRIDES_CSWgorm += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Xib.plugin/Xib|arch_id=3|arch_name=i386
-CHECKPKG_OVERRIDES_CSWgorm += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/3Containers|arch_id=3|arch_name=i386
-CHECKPKG_OVERRIDES_CSWgorm += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Nib.plugin/Nib|arch_id=3|arch_name=i386
-CHECKPKG_OVERRIDES_CSWgorm += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/0Menus|arch_id=3|arch_name=i386
-CHECKPKG_OVERRIDES_CSWgorm += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/GModel.plugin/GModel|arch_id=3|arch_name=i386
-CHECKPKG_OVERRIDES_CSWgorm += 
binary-architecture-does-not-match-placeme

SF.net SVN: gar:[26181] csw/mgar/pkg/gs_PRICE/trunk/Makefile

2017-05-03 Thread rmottola--- via devel
Revision: 26181
  http://sourceforge.net/p/gar/code/26181
Author:   rmottola
Date: 2017-05-03 11:54:22 + (Wed, 03 May 2017)
Log Message:
---
gs_PRICE/trunk: cannot override hierachically

Modified Paths:
--
csw/mgar/pkg/gs_PRICE/trunk/Makefile

Modified: csw/mgar/pkg/gs_PRICE/trunk/Makefile
===
--- csw/mgar/pkg/gs_PRICE/trunk/Makefile2017-05-03 11:50:45 UTC (rev 
26180)
+++ csw/mgar/pkg/gs_PRICE/trunk/Makefile2017-05-03 11:54:22 UTC (rev 
26181)
@@ -35,8 +35,8 @@
 
 #known GNUstep app bundle overrides
 CHECKPKG_OVERRIDES_CSWgs-price += no-direct-binding
-CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-gui.so.0.25
-CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-base.so.1.25
+CHECKPKG_OVERRIDES_CSWgs-price += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE
+CHECKPKG_OVERRIDES_CSWgs-price += 
soname-not-found|libgnustep-gui.so.0.25|is|needed|by|opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE
 
 #known placement problems
 CHECKPKG_OVERRIDES_CSWgs-price += binary-architecture-does-not-match-placement

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26186] csw/mgar/pkg/gs_gorm/trunk/Makefile

2017-05-04 Thread rmottola--- via devel
Revision: 26186
  http://sourceforge.net/p/gar/code/26186
Author:   rmottola
Date: 2017-05-04 15:58:10 + (Thu, 04 May 2017)
Log Message:
---
remove explicit build dependency

Modified Paths:
--
csw/mgar/pkg/gs_gorm/trunk/Makefile

Modified: csw/mgar/pkg/gs_gorm/trunk/Makefile
===
--- csw/mgar/pkg/gs_gorm/trunk/Makefile 2017-05-04 15:21:20 UTC (rev 26185)
+++ csw/mgar/pkg/gs_gorm/trunk/Makefile 2017-05-04 15:58:10 UTC (rev 26186)
@@ -15,7 +15,6 @@
 
 
 BUILD_DEP_PKGS += CSWgmake
-BUILD_DEP_PKGS += CSWgcc4objc
 
 RUNTIME_DEP_PKGS_CSWgorm += CSWlibgcc-s1
 RUNTIME_DEP_PKGS_CSWgorm += CSWgnustep-make

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26188] csw/mgar/pkg/openssl1/branches/lts102/Makefile

2017-05-04 Thread rmottola--- via devel
Revision: 26188
  http://sourceforge.net/p/gar/code/26188
Author:   rmottola
Date: 2017-05-05 06:35:13 + (Fri, 05 May 2017)
Log Message:
---
openssl1/branches/lts102: pk11 conditional like it was in 0.9.8

Modified Paths:
--
csw/mgar/pkg/openssl1/branches/lts102/Makefile

Modified: csw/mgar/pkg/openssl1/branches/lts102/Makefile
===
--- csw/mgar/pkg/openssl1/branches/lts102/Makefile  2017-05-04 18:08:48 UTC 
(rev 26187)
+++ csw/mgar/pkg/openssl1/branches/lts102/Makefile  2017-05-05 06:35:13 UTC 
(rev 26188)
@@ -133,9 +133,17 @@
 # Bug opened upstream: http://rt.openssl.org/Ticket/Display.html?id=3153
 PATCHFILES += make_issetugid_support_configurable.patch
 
-PATCHFILES += openssl-1.0.2h-pkcs11-engine.patch
-ENGINES += pk11
+ifdef PKCS11
+PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 solaris10-sparc 
solaris10-i386
+ifneq ($(shell /usr/bin/uname -r),5.9)
+   PATCHFILES += openssl-1.0.2h-pkcs11-engine.patch
+   ENGINES += pk11
+CONFIGURE_ARGS += --pk11-libname=$(abspath 
/usr/lib/$(MM_LIBDIR)/libpkcs11.so)
+endif
+endif
 
+
+
 # Patches taken form oracle
 PATCHFILES += 029-fork_safe.patch
 PATCHFILES += 032-aes_cbc_len_check.patch
@@ -219,7 +227,6 @@
 CONFIGURE_ARGS += $(CONFIGURE_FLAGS)
 CONFIGURE_ARGS += $($(ISA)_$(GARCOMPILER_TYPE)_CONFIGURE_TARGET)
 CONFIGURE_ARGS += shared
-CONFIGURE_ARGS += --pk11-libname=$(abspath /usr/lib/$(MM_LIBDIR)/libpkcs11.so)
 
 # For now we want the sun perl to be used
 EXTRA_CONFIGURE_ENV += PERL="/usr/bin/perl"

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26189] csw/mgar/pkg/openssl1/branches/lts102/Makefile

2017-05-08 Thread rmottola--- via devel
Revision: 26189
  http://sourceforge.net/p/gar/code/26189
Author:   rmottola
Date: 2017-05-08 22:44:34 + (Mon, 08 May 2017)
Log Message:
---
openssl1/branches/lts102: do not use tweaked options on most targets, rise 
default ISA instead of EXTRA, tweak sol. 9 to skip amd64

Modified Paths:
--
csw/mgar/pkg/openssl1/branches/lts102/Makefile

Modified: csw/mgar/pkg/openssl1/branches/lts102/Makefile
===
--- csw/mgar/pkg/openssl1/branches/lts102/Makefile  2017-05-05 06:35:13 UTC 
(rev 26188)
+++ csw/mgar/pkg/openssl1/branches/lts102/Makefile  2017-05-08 22:44:34 UTC 
(rev 26189)
@@ -162,13 +162,21 @@
 
 # Build and installation information #
 
-BUILD64 = 1
+# Do not build a unified 32/64 bit package for Solaris 9 i386
+BUILD64-sparc-5.9 = 1
+BUILD64-sparc-5.10 = 1
+BUILD64-i386-5.10 = 1
+BUILD64 = $(BUILD64-$(GARCH)-$(GAROSREL))
+
+ISA_DEFAULT_i386-5.9 = pentium_pro
+ISA_DEFAULT_sparc-5.9 = sparcv8plus
+
 ISAEXEC = 1
 
 # The list of instructions set for which we will
 # provide optimized libraries and binaries
-EXTRA_BUILD_ISAS_i386 = pentium_pro amd64
-EXTRA_BUILD_ISAS_sparc = sparcv8plus sparcv9
+#EXTRA_BUILD_ISAS_i386 = pentium_pro amd64
+#EXTRA_BUILD_ISAS_sparc = sparcv8plus sparcv9
 
 
 # the openssl build system doesn't honor bindir
@@ -184,7 +192,7 @@
 # The corresponding os/compiler to pass to the
 # openssl Configure script
 i386_SUN_CONFIGURE_TARGET  = no-sse2 solaris-x86-cc-sunw
-pentium_pro_SUN_CONFIGURE_TARGET   = solaris-x86-cc-sunw
+pentium_pro_SUN_CONFIGURE_TARGET   = solaris-x86-cc
 amd64_SUN_CONFIGURE_TARGET = solaris64-x86_64-cc-sunw
 
 i386_GNU_CONFIGURE_TARGET  = no-sse2 solaris-x86-gcc
@@ -192,11 +200,11 @@
 amd64_GNU_CONFIGURE_TARGET = solaris64-x86_64-gcc
 
 sparcv8_SUN_CONFIGURE_TARGET   = solaris-sparcv8-cc
-sparcv8plus_SUN_CONFIGURE_TARGET   = solaris-sparcv9-cc-sunw
+sparcv8plus_SUN_CONFIGURE_TARGET   = solaris-sparcv9-cc
 sparcv8plus+vis_SUN_CONFIGURE_TARGET   = solaris-sparcv9+vis-cc-sunw
 sparcv9_SUN_CONFIGURE_TARGET_5.11  = solaris64-sparcv9-cc-sunw
-sparcv9_SUN_CONFIGURE_TARGET_5.10  = solaris64-sparcv9-cc-sunw10
-sparcv9_SUN_CONFIGURE_TARGET_5.9   = solaris64-sparcv9-cc-sunw10
+sparcv9_SUN_CONFIGURE_TARGET_5.10  = solaris64-sparcv9-cc
+sparcv9_SUN_CONFIGURE_TARGET_5.9   = solaris64-sparcv9-cc
 sparcv9_SUN_CONFIGURE_TARGET   = 
$(sparcv9_SUN_CONFIGURE_TARGET_$(GAROSREL))
 
 sparcv8_GNU_CONFIGURE_TARGET   = solaris-sparcv8-gcc

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26190] csw/mgar/pkg/openssl1/branches/lts102/Makefile

2017-05-08 Thread rmottola--- via devel
Revision: 26190
  http://sourceforge.net/p/gar/code/26190
Author:   rmottola
Date: 2017-05-08 23:01:48 + (Mon, 08 May 2017)
Log Message:
---
openssl1/branches/lts102: enable sol. 9

Modified Paths:
--
csw/mgar/pkg/openssl1/branches/lts102/Makefile

Modified: csw/mgar/pkg/openssl1/branches/lts102/Makefile
===
--- csw/mgar/pkg/openssl1/branches/lts102/Makefile  2017-05-08 22:44:34 UTC 
(rev 26189)
+++ csw/mgar/pkg/openssl1/branches/lts102/Makefile  2017-05-08 23:01:48 UTC 
(rev 26190)
@@ -35,7 +35,9 @@
 
 PACKAGES = CSWlibssl1-0-0 CSWlibssl-dev CSWopenssl-utils
 
-PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 solaris11-sparc 
solaris11-i386
+PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386
+PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
+PACKAGING_PLATFORMS += solaris11-sparc solaris11-i386
 
 RUNTIME_DEP_PKGS_CSWlibssl1-0-0 = 
$(RUNTIME_DEP_PKGS_CSWlibssl1-0-0_$(GARCOMPILER_TYPE))
 RUNTIME_DEP_PKGS_CSWlibssl1-0-0_GNU = CSWlibgcc-s1

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26191] csw/mgar/pkg/gs_projectcenter/trunk

2017-05-09 Thread rmottola--- via devel
Revision: 26191
  http://sourceforge.net/p/gar/code/26191
Author:   rmottola
Date: 2017-05-09 20:02:29 + (Tue, 09 May 2017)
Log Message:
---
gs_projectcenter/trunk: version upgrade, solaris9 fixes

Modified Paths:
--
csw/mgar/pkg/gs_projectcenter/trunk/Makefile
csw/mgar/pkg/gs_projectcenter/trunk/checksums

Modified: csw/mgar/pkg/gs_projectcenter/trunk/Makefile
===
--- csw/mgar/pkg/gs_projectcenter/trunk/Makefile2017-05-08 23:01:48 UTC 
(rev 26190)
+++ csw/mgar/pkg/gs_projectcenter/trunk/Makefile2017-05-09 20:02:29 UTC 
(rev 26191)
@@ -2,7 +2,7 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = ProjectCenter
-VERSION = 0.6.1
+VERSION = 0.6.2
 GARTYPE = v2
 
 PACKAGES += CSWprojectcenter
@@ -23,7 +23,9 @@
 RUNTIME_DEP_PKGS_CSWprojectcenter += CSWgnustep-gui
 RUNTIME_DEP_PKGS_CSWprojectcenter += CSWgnustep-back
 RUNTIME_DEP_PKGS_CSWprojectcenter += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWprojectcenter += CSWlibobjc4
+RUNTIME_DEP_PKGS_CSWprojectcenter_5.9 += CSWlibobjc3
+RUNTIME_DEP_PKGS_CSWprojectcenter_5.10 += CSWlibobjc4
+RUNTIME_DEP_PKGS_CSWprojectcenter += 
$(RUNTIME_DEP_PKGS_CSWprojectcenter_$(GAROSREL))
 
 PATCHFILES += 0001-solaris-fix.patch
 
@@ -40,7 +42,8 @@
 
 
 #where can we build?
-#PACKAGING_PLATFORMS += solaris9-sparc
+PACKAGING_PLATFORMS += solaris9-i386
+PACKAGING_PLATFORMS += solaris9-sparc
 PACKAGING_PLATFORMS += solaris10-i386
 PACKAGING_PLATFORMS += solaris10-sparc
 

Modified: csw/mgar/pkg/gs_projectcenter/trunk/checksums
===
--- csw/mgar/pkg/gs_projectcenter/trunk/checksums   2017-05-08 23:01:48 UTC 
(rev 26190)
+++ csw/mgar/pkg/gs_projectcenter/trunk/checksums   2017-05-09 20:02:29 UTC 
(rev 26191)
@@ -1 +1 @@
-c74742f931136829f55a319bedbd37ac  ProjectCenter-0.6.1.tar.gz
+f68de67b89c686c4c68fb123a84de767  ProjectCenter-0.6.2.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26192] csw/mgar/pkg/gs_projectcenter/trunk/Makefile

2017-05-09 Thread rmottola--- via devel
Revision: 26192
  http://sourceforge.net/p/gar/code/26192
Author:   rmottola
Date: 2017-05-09 20:05:56 + (Tue, 09 May 2017)
Log Message:
---
gs_projectcenter/trunk: remove explicit dep on objc

Modified Paths:
--
csw/mgar/pkg/gs_projectcenter/trunk/Makefile

Modified: csw/mgar/pkg/gs_projectcenter/trunk/Makefile
===
--- csw/mgar/pkg/gs_projectcenter/trunk/Makefile2017-05-09 20:02:29 UTC 
(rev 26191)
+++ csw/mgar/pkg/gs_projectcenter/trunk/Makefile2017-05-09 20:05:56 UTC 
(rev 26192)
@@ -16,7 +16,6 @@
 DISTFILES  = $(DISTNAME).tar.gz
 
 BUILD_DEP_PKGS += CSWgmake
-BUILD_DEP_PKGS += CSWgcc4objc
 
 RUNTIME_DEP_PKGS_CSWprojectcenter += CSWgnustep-make
 RUNTIME_DEP_PKGS_CSWprojectcenter += CSWgnustep-base

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26193] csw/mgar/pkg/freetype/trunk/Makefile

2017-05-09 Thread rmottola--- via devel
Revision: 26193
  http://sourceforge.net/p/gar/code/26193
Author:   rmottola
Date: 2017-05-09 20:23:07 + (Tue, 09 May 2017)
Log Message:
---
freetype/trunk: explicitely disable harfbuzz

Modified Paths:
--
csw/mgar/pkg/freetype/trunk/Makefile

Modified: csw/mgar/pkg/freetype/trunk/Makefile
===
--- csw/mgar/pkg/freetype/trunk/Makefile2017-05-09 20:05:56 UTC (rev 
26192)
+++ csw/mgar/pkg/freetype/trunk/Makefile2017-05-09 20:23:07 UTC (rev 
26193)
@@ -14,6 +14,11 @@
   Windows FNT/FON.
 endef
 
+# Riccardo Mottola - 9 May 2017
+# Harbfuzz is explicitely disabled because it depends on freetype, causing a 
circcular dependency
+# first, a simple freetype should be built, then harfbuzz, then freetype again
+# for now, just disable at expense of quality
+
 MASTER_SITES = $(SF_MIRRORS)
 DISTFILES += $(NAME)-$(VERSION).tar.bz2
 
@@ -30,7 +35,7 @@
 RUNTIME_DEP_PKGS_CSWlibfreetype6 += CSWlibbz2-1-0
 RUNTIME_DEP_PKGS_CSWlibfreetype6 += CSWlibz1
 RUNTIME_DEP_PKGS_CSWlibfreetype6 += CSWlibpng16-16
-RUNTIME_DEP_PKGS_CSWlibfreetype6_5.10 += CSWlibharfbuzz0
+#RUNTIME_DEP_PKGS_CSWlibfreetype6_5.10 += CSWlibharfbuzz0
 RUNTIME_DEP_PKGS_CSWlibfreetype6 += 
$(RUNTIME_DEP_PKGS_CSWlibfreetype6_$(GAROSREL))
 OBSOLETED_BY_CSWlibfreetype6 += CSWftype2
 CATALOGNAME_CSWftype2 = freetype2_stub
@@ -57,4 +62,6 @@
 GNUMAKE = gmake
 EXTRA_CONFIGURE_EXPORTS = GNUMAKE
 
+CONFIGURE_ARGS += --without-harfbuzz
+
 include gar/category.mk

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26195] csw/mgar/pkg/openssl1/branches/lts102

2017-05-09 Thread rmottola--- via devel
Revision: 26195
  http://sourceforge.net/p/gar/code/26195
Author:   rmottola
Date: 2017-05-10 06:29:50 + (Wed, 10 May 2017)
Log Message:
---
openssl1/branches/lts102: upgrade to 1.0.2.k

Modified Paths:
--
csw/mgar/pkg/openssl1/branches/lts102/Makefile
csw/mgar/pkg/openssl1/branches/lts102/checksums

Modified: csw/mgar/pkg/openssl1/branches/lts102/Makefile
===
--- csw/mgar/pkg/openssl1/branches/lts102/Makefile  2017-05-09 22:18:10 UTC 
(rev 26194)
+++ csw/mgar/pkg/openssl1/branches/lts102/Makefile  2017-05-10 06:29:50 UTC 
(rev 26195)
@@ -13,7 +13,7 @@
 ## Package information ###
 
 NAME = openssl
-VERSION = 1.0.2j
+VERSION = 1.0.2k
 GARTYPE = v2
 # Since version 1.0.0, soname is fixed and does not follow the minor releases
 SONAME=1.0.0

Modified: csw/mgar/pkg/openssl1/branches/lts102/checksums
===
--- csw/mgar/pkg/openssl1/branches/lts102/checksums 2017-05-09 22:18:10 UTC 
(rev 26194)
+++ csw/mgar/pkg/openssl1/branches/lts102/checksums 2017-05-10 06:29:50 UTC 
(rev 26195)
@@ -1 +1 @@
-96322138f0b69e61b7212bc53d5e912b  openssl-1.0.2j.tar.gz
+f965fc0bf01bf882b31314b61391ae65  openssl-1.0.2k.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26199] csw/mgar/pkg/gs_projectcenter/trunk/Makefile

2017-05-10 Thread rmottola--- via devel
Revision: 26199
  http://sourceforge.net/p/gar/code/26199
Author:   rmottola
Date: 2017-05-10 22:25:06 + (Wed, 10 May 2017)
Log Message:
---
clean build lines and remove redundant stuff

Modified Paths:
--
csw/mgar/pkg/gs_projectcenter/trunk/Makefile

Modified: csw/mgar/pkg/gs_projectcenter/trunk/Makefile
===
--- csw/mgar/pkg/gs_projectcenter/trunk/Makefile2017-05-10 12:47:20 UTC 
(rev 26198)
+++ csw/mgar/pkg/gs_projectcenter/trunk/Makefile2017-05-10 22:25:06 UTC 
(rev 26199)
@@ -29,7 +29,7 @@
 PATCHFILES += 0001-solaris-fix.patch
 
 #overrides
-CHECKPKG_OVERRIDES_CSWgnustep-base += surplus-dependency|CSWgnustep-make
+CHECKPKG_OVERRIDES_CSWprojectcenter = surplus-dependency|CSWgnustep-make
 
 #we discard placements
 
@@ -49,8 +49,6 @@
 #we absolutely need GCC for Objective-C support. The only alternative in the 
future would be clang
 GARCOMPILER = GNU
 
-CONFIGURE_ARGS = $(DIRPATHS)
-
 # now special targets for build and install so that we can source
 # GNUstep.sh before
 # configure is skipped
@@ -65,7 +63,7 @@
 include gar/category.mk
 
 build-sourcegs:
-   $(BUILD_ENV) && . 
$(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && 
$(MAKE)
+   . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && 
/usr/bin/env -i $(BUILD_ENV) && cd $(WORKSRC) && MAKEFLAGS= $(MAKE) 
$(PARALLELMFLAGS) CPPFLAGS="$(CPPFLAGS)" -C $(OBJDIR) $(BUILD_ARGS)
@$(MAKECOOKIE)
 
 install-sourcegs:

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26200] csw/mgar/pkg

2017-05-10 Thread rmottola--- via devel
Revision: 26200
  http://sourceforge.net/p/gar/code/26200
Author:   rmottola
Date: 2017-05-10 22:54:02 + (Wed, 10 May 2017)
Log Message:
---
gs_performance/trunk: first package for Performance

Added Paths:
---
csw/mgar/pkg/gs_performance/
csw/mgar/pkg/gs_performance/Makefile
csw/mgar/pkg/gs_performance/branches/
csw/mgar/pkg/gs_performance/tags/
csw/mgar/pkg/gs_performance/trunk/
csw/mgar/pkg/gs_performance/trunk/Makefile
csw/mgar/pkg/gs_performance/trunk/checksums
csw/mgar/pkg/gs_performance/trunk/files/

Added: csw/mgar/pkg/gs_performance/Makefile
===
--- csw/mgar/pkg/gs_performance/Makefile(rev 0)
+++ csw/mgar/pkg/gs_performance/Makefile2017-05-10 22:54:02 UTC (rev 
26200)
@@ -0,0 +1,2 @@
+%:
+   $(MAKE) -C trunk $*

Index: csw/mgar/pkg/gs_performance/trunk
===
--- csw/mgar/pkg/gs_performance/trunk   2017-05-10 22:25:06 UTC (rev 26199)
+++ csw/mgar/pkg/gs_performance/trunk   2017-05-10 22:54:02 UTC (rev 26200)

Property changes on: csw/mgar/pkg/gs_performance/trunk
___
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/gs_performance/trunk/Makefile
===
--- csw/mgar/pkg/gs_performance/trunk/Makefile  (rev 0)
+++ csw/mgar/pkg/gs_performance/trunk/Makefile  2017-05-10 22:54:02 UTC (rev 
26200)
@@ -0,0 +1,70 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = Performance
+VERSION = 0.5.0
+GARTYPE = v2
+
+PACKAGES += CSWperformance
+
+
+DESCRIPTION = GNUstep data utility library
+define BLURB
+  GNUstep library for writing high performance Data code
+endef
+
+MASTER_SITES += ftp://ftp.gnustep.org/pub/gnustep/libs/
+DISTFILES  = $(DISTNAME).tar.gz
+
+
+
+BUILD_DEP_PKGS += CSWgmake
+
+RUNTIME_DEP_PKGS_CSWPerformance += CSWgnustep-make
+RUNTIME_DEP_PKGS_CSWPerformance += CSWgnustep-base
+RUNTIME_DEP_PKGS_CSWPerformance += CSWlibgcc-s1
+#RUNTIME_DEP_PKGS_CSWPerformance_5.9 += CSWlibobjc3
+#RUNTIME_DEP_PKGS_CSWPerformance_5.10 += CSWlibobjc4
+RUNTIME_DEP_PKGS_CSWPerformance += 
$(RUNTIME_DEP_PKGS_CSWPerformance_$(GAROSREL))
+
+#overrides
+CHECKPKG_OVERRIDES_CSWPerformance += surplus-dependency|CSWgnustep-make
+CHECKPKG_OVERRIDES_CSWPerformance += surplus-dependency|CSWgnustep-base
+CHECKPKG_OVERRIDES_CSWPerformance += 
binary-architecture-does-not-match-placement
+CHECKPKG_OVERRIDES_CSWPerformance += no-direct-binding
+
+
+#where can we build?
+PACKAGING_PLATFORMS += solaris9-i386
+PACKAGING_PLATFORMS += solaris9-sparc
+PACKAGING_PLATFORMS += solaris10-i386
+PACKAGING_PLATFORMS += solaris10-sparc
+
+#we absolutely need GCC for Objective-C support. The only alternative in the 
future would be clang
+GARCOMPILER = GNU
+
+
+# now special targets for build and install so that we can source
+# GNUstep.sh before
+# configure is skipped
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS = sourcegs
+INSTALL_SCRIPTS = sourcegs
+
+# Disable test scripts for now
+TEST_SCRIPTS =
+SKIPTEST = ?1
+
+include gar/category.mk
+
+build-sourcegs:
+   . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && 
/usr/bin/env -i $(BUILD_ENV) && cd $(WORKSRC) && MAKEFLAGS= $(MAKE) 
$(PARALLELMFLAGS) CPPFLAGS="$(CPPFLAGS)" -C $(OBJDIR) $(BUILD_ARGS)
+   @$(MAKECOOKIE)
+
+install-sourcegs:
+   $(INSTALL_ENV) &&. 
$(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && 
$(MAKE) install DESTDIR=$(DESTDIR)
+   @$(MAKECOOKIE)
+
+test-none :
+   @$(MAKECOOKIE)
+


Property changes on: csw/mgar/pkg/gs_performance/trunk/Makefile
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/gs_performance/trunk/checksums
===
--- csw/mgar/pkg/gs_performance/trunk/checksums (rev 0)
+++ csw/mgar/pkg/gs_performance/trunk/checksums 2017-05-10 22:54:02 UTC (rev 
26200)
@@ -0,0 +1 @@
+62d523558b08221e606704bdb3c33ab5  Performance-0.5.0.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26202] csw/mgar/pkg/gs_performance/trunk/Makefile

2017-05-11 Thread rmottola--- via devel
Revision: 26202
  http://sourceforge.net/p/gar/code/26202
Author:   rmottola
Date: 2017-05-11 09:55:50 + (Thu, 11 May 2017)
Log Message:
---
correct case

Modified Paths:
--
csw/mgar/pkg/gs_performance/trunk/Makefile

Modified: csw/mgar/pkg/gs_performance/trunk/Makefile
===
--- csw/mgar/pkg/gs_performance/trunk/Makefile  2017-05-11 08:59:32 UTC (rev 
26201)
+++ csw/mgar/pkg/gs_performance/trunk/Makefile  2017-05-11 09:55:50 UTC (rev 
26202)
@@ -1,4 +1,4 @@
-# $Id$
+ $Id$
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = Performance
@@ -20,18 +20,18 @@
 
 BUILD_DEP_PKGS += CSWgmake
 
-RUNTIME_DEP_PKGS_CSWPerformance += CSWgnustep-make
-RUNTIME_DEP_PKGS_CSWPerformance += CSWgnustep-base
-RUNTIME_DEP_PKGS_CSWPerformance += CSWlibgcc-s1
-#RUNTIME_DEP_PKGS_CSWPerformance_5.9 += CSWlibobjc3
-#RUNTIME_DEP_PKGS_CSWPerformance_5.10 += CSWlibobjc4
-RUNTIME_DEP_PKGS_CSWPerformance += 
$(RUNTIME_DEP_PKGS_CSWPerformance_$(GAROSREL))
+RUNTIME_DEP_PKGS_CSWperformance += CSWgnustep-make
+RUNTIME_DEP_PKGS_CSWperformance += CSWgnustep-base
+RUNTIME_DEP_PKGS_CSWperformance += CSWlibgcc-s1
+#RUNTIME_DEP_PKGS_CSWperformance_5.9 += CSWlibobjc3
+#RUNTIME_DEP_PKGS_CSWperformance_5.10 += CSWlibobjc4
+RUNTIME_DEP_PKGS_CSWperformance += 
$(RUNTIME_DEP_PKGS_CSWperformance_$(GAROSREL))
 
 #overrides
-CHECKPKG_OVERRIDES_CSWPerformance += surplus-dependency|CSWgnustep-make
-CHECKPKG_OVERRIDES_CSWPerformance += surplus-dependency|CSWgnustep-base
-CHECKPKG_OVERRIDES_CSWPerformance += 
binary-architecture-does-not-match-placement
-CHECKPKG_OVERRIDES_CSWPerformance += no-direct-binding
+CHECKPKG_OVERRIDES_CSWperformance += surplus-dependency|CSWgnustep-make
+CHECKPKG_OVERRIDES_CSWperformance += surplus-dependency|CSWgnustep-base
+CHECKPKG_OVERRIDES_CSWperformance += 
binary-architecture-does-not-match-placement
+CHECKPKG_OVERRIDES_CSWperformance += no-direct-binding
 
 
 #where can we build?

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26203] csw/mgar/pkg

2017-05-11 Thread rmottola--- via devel
Revision: 26203
  http://sourceforge.net/p/gar/code/26203
Author:   rmottola
Date: 2017-05-11 10:18:10 + (Thu, 11 May 2017)
Log Message:
---
gs_WebServices/trunk: fix dependencies and overrides for sol 10

Added Paths:
---
csw/mgar/pkg/gs_WebServices/
csw/mgar/pkg/gs_WebServices/Makefile
csw/mgar/pkg/gs_WebServices/branches/
csw/mgar/pkg/gs_WebServices/tags/
csw/mgar/pkg/gs_WebServices/trunk/
csw/mgar/pkg/gs_WebServices/trunk/Makefile
csw/mgar/pkg/gs_WebServices/trunk/checksums
csw/mgar/pkg/gs_WebServices/trunk/files/

Added: csw/mgar/pkg/gs_WebServices/Makefile
===
--- csw/mgar/pkg/gs_WebServices/Makefile(rev 0)
+++ csw/mgar/pkg/gs_WebServices/Makefile2017-05-11 10:18:10 UTC (rev 
26203)
@@ -0,0 +1,2 @@
+%:
+   $(MAKE) -C trunk $*

Index: csw/mgar/pkg/gs_WebServices/trunk
===
--- csw/mgar/pkg/gs_WebServices/trunk   2017-05-11 09:55:50 UTC (rev 26202)
+++ csw/mgar/pkg/gs_WebServices/trunk   2017-05-11 10:18:10 UTC (rev 26203)

Property changes on: csw/mgar/pkg/gs_WebServices/trunk
___
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/gs_WebServices/trunk/Makefile
===
--- csw/mgar/pkg/gs_WebServices/trunk/Makefile  (rev 0)
+++ csw/mgar/pkg/gs_WebServices/trunk/Makefile  2017-05-11 10:18:10 UTC (rev 
26203)
@@ -0,0 +1,72 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = WebServices
+VERSION = 0.7.3
+GARTYPE = v2
+
+PACKAGES += CSWwebservices
+
+DESCRIPTION = GNUstep WebServices Framework
+define BLURB
+  GNUstep Framework to access WebServices via XMLRPC, SOAP, JSON
+endef
+
+MASTER_SITES = ftp://ftp.gnustep.org/pub/gnustep/libs/
+DISTFILES  = $(DISTNAME).tar.gz
+
+BUILD_DEP_PKGS += CSWgmake
+
+RUNTIME_DEP_PKGS_CSWwebservices += CSWgnustep-make
+RUNTIME_DEP_PKGS_CSWwebservices += CSWgnustep-base
+RUNTIME_DEP_PKGS_CSWwebservices += CSWlibgcc-s1
+#RUNTIME_DEP_PKGS_CSWwebservices_5.9 += CSWlibobjc3
+#RUNTIME_DEP_PKGS_CSWwebservices_5.10 += CSWlibobjc4
+RUNTIME_DEP_PKGS_CSWwebservices_5.10 += CSWlibgnutls28
+RUNTIME_DEP_PKGS_CSWwebservices_5.10 += CSWlibnettle6
+RUNTIME_DEP_PKGS_CSWwebservices += 
$(RUNTIME_DEP_PKGS_CSWwebservices_$(GAROSREL))
+
+#overrides
+CHECKPKG_OVERRIDES_CSWwebservices += surplus-dependency|CSWgnustep-make
+CHECKPKG_OVERRIDES_CSWwebservices += surplus-dependency|CSWgnustep-base
+CHECKPKG_OVERRIDES_CSWwebservices += 
binary-architecture-does-not-match-placement
+CHECKPKG_OVERRIDES_CSWwebservices += no-direct-binding
+CHECKPKG_OVERRIDES_CSWwebservices += 
soname-not-found|libPerformance.so.0.5|is|needed|by|opt/csw/GNUstep/Local/Library/Libraries/libWebServices.so.0.7.0
+
+#we absolutely need GCC for Objective-C support. The only alternative in the 
future would be clang
+GARCOMPILER = GNU
+
+
+# now special targets for build and install so that we can source
+# GNUstep.sh before
+# configure is skipped
+CONFIGURE_SCRIPTS = sourcegs
+BUILD_SCRIPTS = sourcegs
+INSTALL_SCRIPTS = sourcegs
+
+
+# Disable test scripts for now
+TEST_SCRIPTS =
+SKIPTEST = ?1
+
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
+
+
+configure-sourcegs:
+   . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && 
/usr/bin/env -i $(CONFIGURE_ENV) && cd $(WORKSRC) && ./configure 
$(CONFIGURE_ARGS) CPPFLAGS="$(CPPFLAGS)" 
+   @$(MAKECOOKIE)
+
+build-sourcegs:
+   . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && 
/usr/bin/env -i $(BUILD_ENV) && cd $(WORKSRC) && MAKEFLAGS= $(MAKE) 
$(PARALLELMFLAGS) CPPFLAGS="$(CPPFLAGS)" -C $(OBJDIR) $(BUILD_ARGS)
+   @$(MAKECOOKIE)
+
+install-sourcegs:
+   $(INSTALL_ENV) &&. 
$(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && 
$(MAKE) install DESTDIR=$(DESTDIR)
+   @$(MAKECOOKIE)
+
+test-none :
+   @$(MAKECOOKIE)


Property changes on: csw/mgar/pkg/gs_WebServices/trunk/Makefile
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/gs_WebServices/trunk/checksums
===
--- csw/mgar/pkg/gs_WebServices/trunk/checksums (rev 0)
+++ csw/mgar/pkg/gs_WebServices/trunk/checksums 2017-05-11 10:18:10 UTC (rev 
26203)
@@ -0,0 +1 @@
+34aeedcc7a963d828089039aca382198  WebServices-0.7.3.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26204] csw/mgar/pkg/openssl1/branches/lts102/Makefile

2017-05-11 Thread rmottola--- via devel
Revision: 26204
  http://sourceforge.net/p/gar/code/26204
Author:   rmottola
Date: 2017-05-11 12:57:14 + (Thu, 11 May 2017)
Log Message:
---
openssl1/branches/lts102: explicit overrides for v8+

Modified Paths:
--
csw/mgar/pkg/openssl1/branches/lts102/Makefile

Modified: csw/mgar/pkg/openssl1/branches/lts102/Makefile
===
--- csw/mgar/pkg/openssl1/branches/lts102/Makefile  2017-05-11 10:18:10 UTC 
(rev 26203)
+++ csw/mgar/pkg/openssl1/branches/lts102/Makefile  2017-05-11 12:57:14 UTC 
(rev 26204)
@@ -76,6 +76,22 @@
 # We use SUN perl, not the opencsw one
 CHECKPKG_OVERRIDES_CSWopenssl-utils += missing-dependency|CSWperl
 
+## Specific Overrrids because we we build sparcv8+ on Solaris 9 #
+CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += 
binary-architecture-does-not-match-placement|file=opt/csw/lib/libcrypto.so.1.0.0|arch_id=18|arch_name=sparcv8+
+CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += 
binary-architecture-does-not-match-placement|file=opt/csw/lib/libssl.so.1.0.0|arch_id=18|arch_name=sparcv8+
+CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += 
binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libgmp.so|arch_id=18|arch_name=sparcv8+
+CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += 
binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libnuron.so|arch_id=18|arch_name=sparcv8+
+CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += 
binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libchil.so|arch_id=18|arch_name=sparcv8+
+CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += 
binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libpadlock.so|arch_id=18|arch_name=sparcv8+
+CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += 
binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libcswift.so|arch_id=18|arch_name=sparcv8+
+CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += 
binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libaep.so|arch_id=18|arch_name=sparcv8+
+CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += 
binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libubsec.so|arch_id=18|arch_name=sparcv8+
+CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += 
binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/lib4758cca.so|arch_id=18|arch_name=sparcv8+
+CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += 
binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libcapi.so|arch_id=18|arch_name=sparcv8+
+CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += 
binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libsureware.so|arch_id=18|arch_name=sparcv8+
+CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += 
binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libatalla.so|arch_id=18|arch_name=sparcv8+
+CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += 
binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libgost.so|arch_id=18|arch_name=sparcv8+
+
 ## Upstream and opencsw files information ###
 
 MASTER_SITES = http://www.openssl.org/source/

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26209] csw/mgar/pkg/gs_ftp/trunk/Makefile

2017-05-11 Thread rmottola--- via devel
Revision: 26209
  http://sourceforge.net/p/gar/code/26209
Author:   rmottola
Date: 2017-05-11 23:29:20 + (Thu, 11 May 2017)
Log Message:
---
gs_ftp/trunk: minor cleanup

Modified Paths:
--
csw/mgar/pkg/gs_ftp/trunk/Makefile

Modified: csw/mgar/pkg/gs_ftp/trunk/Makefile
===
--- csw/mgar/pkg/gs_ftp/trunk/Makefile  2017-05-11 17:06:12 UTC (rev 26208)
+++ csw/mgar/pkg/gs_ftp/trunk/Makefile  2017-05-11 23:29:20 UTC (rev 26209)
@@ -16,7 +16,6 @@
 DISTFILES  = $(DISTNAME).tar.gz
 
 BUILD_DEP_PKGS += CSWgmake 
-BUILD_DEP_PKGS += CSWgcc4objc
 
 RUNTIME_DEP_PKGS_CSWgs-ftp += CSWgnustep-make
 RUNTIME_DEP_PKGS_CSWgs-ftp += CSWgnustep-base
@@ -23,7 +22,9 @@
 RUNTIME_DEP_PKGS_CSWgs-ftp += CSWgnustep-gui 
 RUNTIME_DEP_PKGS_CSWgs-ftp += CSWgnustep-back
 RUNTIME_DEP_PKGS_CSWgs-ftp += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWgs-ftp += CSWlibobjc4
+RUNTIME_DEP_PKGS_CSWgs-ftp_5.9 += CSWlibobjc3
+RUNTIME_DEP_PKGS_CSWgs-ftp_5.10 += CSWlibobjc4
+RUNTIME_DEP_PKGS_CSWgs-ftp += $(RUNTIME_DEP_PKGS_CSWgs-ftp_$(GAROSREL))
 
 #we know about these, but they are needed at runtime
 CHECKPKG_OVERRIDES_CSWgs-ftp += surplus-dependency|CSWgnustep-gui
@@ -32,30 +33,18 @@
 CHECKPKG_OVERRIDES_CSWgs-ftp += surplus-dependency|CSWgnustep-make
 
 #these are due to our bundles
-CHECKPKG_OVERRIDES_CSWgs-ftp += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/FTP.app/FTP|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgs-ftp += 
binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/FTP.app/FTP|arch_id=3|arch_name=i386
+CHECKPKG_OVERRIDES_CSWgs-ftp += binary-architecture-does-not-match-placement
+CHECKPKG_OVERRIDES_CSWgs-ftp += no-direct-binding
 
-CHECKPKG_OVERRIDES_CSWgs-ftp += 
no-direct-binding|/opt/csw/GNUstep/Local/Applications/FTP.app/FTP|is|not|directly|bound|to|soname|libgcc_s.so.1
-CHECKPKG_OVERRIDES_CSWgs-ftp += 
no-direct-binding|/opt/csw/GNUstep/Local/Applications/FTP.app/FTP|is|not|directly|bound|to|soname|libgnustep-base.so.1.24
-CHECKPKG_OVERRIDES_CSWgs-ftp += 
no-direct-binding|/opt/csw/GNUstep/Local/Applications/FTP.app/FTP|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24
-CHECKPKG_OVERRIDES_CSWgs-ftp += 
no-direct-binding|/opt/csw/GNUstep/Local/Applications/FTP.app/FTP|is|not|directly|bound|to|soname|libobjc.so.4
-CHECKPKG_OVERRIDES_CSWgs-ftp += 
soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/Local/Applications/FTP.app/FTP
-CHECKPKG_OVERRIDES_CSWgs-ftp += 
soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/Local/Applications/FTP.app/FTP
-
 #we do not directly bind
-CHECKPKG_OVERRIDES_CSWgs-ftp += 
no-direct-binding|/opt/csw/GNUstep/Local/Applications/FTP.app/FTP|is|not|directly|bound|to|soname|libgcc_s.so.1
-CHECKPKG_OVERRIDES_CSWgs-ftp += 
no-direct-binding|/opt/csw/GNUstep/Local/Applications/FTP.app/FTP|is|not|directly|bound|to|soname|libgnustep-base.so.1.24
-CHECKPKG_OVERRIDES_CSWgs-ftp += 
no-direct-binding|/opt/csw/GNUstep/Local/Applications/FTP.app/FTP|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24
-CHECKPKG_OVERRIDES_CSWgs-ftp += 
no-direct-binding|/opt/csw/GNUstep/Local/Applications/FTP.app/FTP|is|not|directly|bound|to|soname|libobjc.so.4
-CHECKPKG_OVERRIDES_CSWgs-ftp += 
soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/Local/Applications/FTP.app/FTP
-CHECKPKG_OVERRIDES_CSWgs-ftp += 
soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/Local/Applications/FTP.app/FTP
+CHECKPKG_OVERRIDES_CSWgs-ftp += no-direct-binding
 
 
 #where can we build?
-#PACKAGING_PLATFORMS += solaris9-sparc
-PACKAGING_PLATFORMS += solaris10-sparc
-PACKAGING_PLATFORMS += solaris10-i386
+PACKAGING_PLATFORMS += solaris9-i386 solaris9-sparc
+PACKAGING_PLATFORMS += solaris10-i386 solaris10-sparc
 
+
 #we absolutely need GCC for Objective-C support. The only alternative in the 
future would be clang
 GARCOMPILER = GNU
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26210] csw/mgar/pkg/gs_ftp/trunk/Makefile

2017-05-11 Thread rmottola--- via devel
Revision: 26210
  http://sourceforge.net/p/gar/code/26210
Author:   rmottola
Date: 2017-05-11 23:31:40 + (Thu, 11 May 2017)
Log Message:
---
gs_ftp/trunk: soname not found

Modified Paths:
--
csw/mgar/pkg/gs_ftp/trunk/Makefile

Modified: csw/mgar/pkg/gs_ftp/trunk/Makefile
===
--- csw/mgar/pkg/gs_ftp/trunk/Makefile  2017-05-11 23:29:20 UTC (rev 26209)
+++ csw/mgar/pkg/gs_ftp/trunk/Makefile  2017-05-11 23:31:40 UTC (rev 26210)
@@ -34,10 +34,11 @@
 
 #these are due to our bundles
 CHECKPKG_OVERRIDES_CSWgs-ftp += binary-architecture-does-not-match-placement
-CHECKPKG_OVERRIDES_CSWgs-ftp += no-direct-binding
 
 #we do not directly bind
 CHECKPKG_OVERRIDES_CSWgs-ftp += no-direct-binding
+CHECKPKG_OVERRIDES_CSWgs-ftp += 
soname-not-found|libgnustep-gui.so.0.25|is|needed|by|opt/csw/GNUstep/Local/Applications/FTP.app/FTP
+CHECKPKG_OVERRIDES_CSWgs-ftp += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/Local/Applications/FTP.app/FTP
 
 
 #where can we build?

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26211] csw/mgar/pkg/openssl1/trunk

2017-05-29 Thread rmottola--- via devel
Revision: 26211
  http://sourceforge.net/p/gar/code/26211
Author:   rmottola
Date: 2017-05-30 06:50:42 + (Tue, 30 May 2017)
Log Message:
---
openssl1/trunk: version upgrade

Modified Paths:
--
csw/mgar/pkg/openssl1/trunk/Makefile
csw/mgar/pkg/openssl1/trunk/checksums

Modified: csw/mgar/pkg/openssl1/trunk/Makefile
===
--- csw/mgar/pkg/openssl1/trunk/Makefile2017-05-11 23:31:40 UTC (rev 
26210)
+++ csw/mgar/pkg/openssl1/trunk/Makefile2017-05-30 06:50:42 UTC (rev 
26211)
@@ -13,7 +13,7 @@
 ## Package information ###
 
 NAME = openssl
-VERSION = 1.0.2h
+VERSION = 1.0.2l
 GARTYPE = v2
 # Since version 1.0.0, soname is fixed and does not follow the minor releases
 SONAME=1.0.0
@@ -28,7 +28,10 @@
 
 # This recipe can be used to compile openssl with Sun Studio or GCC
 # Just define the GARCOMPILER to the GNU or SUN
-GARCOMPILER = SOS12U4
+GARCOMPILER_5.9 = SOS12
+GARCOMPILER_5.10 = SOS12U4
+GARCOMPILER_5.11 = SOS12U4
+GARCOMPILER = $(GARCOMPILER_$(GAROSREL))
 GARCOMPILER_TYPE = $(if $(findstring GCC,$(GARCOMPILER)),GNU,SUN)
 
 PACKAGES = CSWlibssl1-0-0 CSWlibssl-dev CSWopenssl-utils

Modified: csw/mgar/pkg/openssl1/trunk/checksums
===
--- csw/mgar/pkg/openssl1/trunk/checksums   2017-05-11 23:31:40 UTC (rev 
26210)
+++ csw/mgar/pkg/openssl1/trunk/checksums   2017-05-30 06:50:42 UTC (rev 
26211)
@@ -1 +1 @@
-9392e65072ce4b614c1392eefc1f23d0  openssl-1.0.2h.tar.gz
+f85123cd390e864dfbe517e7616e6566  openssl-1.0.2l.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26213] csw/mgar/pkg/gs_WebServices/trunk/Makefile

2017-05-31 Thread rmottola--- via devel
Revision: 26213
  http://sourceforge.net/p/gar/code/26213
Author:   rmottola
Date: 2017-05-31 08:03:26 + (Wed, 31 May 2017)
Log Message:
---
gs_WebServices/trunk: rename with gnustep prefix

Modified Paths:
--
csw/mgar/pkg/gs_WebServices/trunk/Makefile

Modified: csw/mgar/pkg/gs_WebServices/trunk/Makefile
===
--- csw/mgar/pkg/gs_WebServices/trunk/Makefile  2017-05-31 02:02:12 UTC (rev 
26212)
+++ csw/mgar/pkg/gs_WebServices/trunk/Makefile  2017-05-31 08:03:26 UTC (rev 
26213)
@@ -5,7 +5,7 @@
 VERSION = 0.7.3
 GARTYPE = v2
 
-PACKAGES += CSWwebservices
+PACKAGES += CSWgnustep-webservices
 
 DESCRIPTION = GNUstep WebServices Framework
 define BLURB
@@ -17,21 +17,21 @@
 
 BUILD_DEP_PKGS += CSWgmake
 
-RUNTIME_DEP_PKGS_CSWwebservices += CSWgnustep-make
-RUNTIME_DEP_PKGS_CSWwebservices += CSWgnustep-base
-RUNTIME_DEP_PKGS_CSWwebservices += CSWlibgcc-s1
-#RUNTIME_DEP_PKGS_CSWwebservices_5.9 += CSWlibobjc3
-#RUNTIME_DEP_PKGS_CSWwebservices_5.10 += CSWlibobjc4
-RUNTIME_DEP_PKGS_CSWwebservices_5.10 += CSWlibgnutls28
-RUNTIME_DEP_PKGS_CSWwebservices_5.10 += CSWlibnettle6
-RUNTIME_DEP_PKGS_CSWwebservices += 
$(RUNTIME_DEP_PKGS_CSWwebservices_$(GAROSREL))
+RUNTIME_DEP_PKGS_CSWgnustep-webservices += CSWgnustep-make
+RUNTIME_DEP_PKGS_CSWgnustep-webservices += CSWgnustep-base
+RUNTIME_DEP_PKGS_CSWgnustep-webservices += CSWlibgcc-s1
+#RUNTIME_DEP_PKGS_CSWgnustep-webservices_5.9 += CSWlibobjc3
+#RUNTIME_DEP_PKGS_CSWgnustep-webservices_5.10 += CSWlibobjc4
+RUNTIME_DEP_PKGS_CSWgnustep-webservices_5.10 += CSWlibgnutls28
+RUNTIME_DEP_PKGS_CSWgnustep-webservices_5.10 += CSWlibnettle6
+RUNTIME_DEP_PKGS_CSWgnustep-webservices += 
$(RUNTIME_DEP_PKGS_CSWgnustep-webservices_$(GAROSREL))
 
 #overrides
-CHECKPKG_OVERRIDES_CSWwebservices += surplus-dependency|CSWgnustep-make
-CHECKPKG_OVERRIDES_CSWwebservices += surplus-dependency|CSWgnustep-base
-CHECKPKG_OVERRIDES_CSWwebservices += 
binary-architecture-does-not-match-placement
-CHECKPKG_OVERRIDES_CSWwebservices += no-direct-binding
-CHECKPKG_OVERRIDES_CSWwebservices += 
soname-not-found|libPerformance.so.0.5|is|needed|by|opt/csw/GNUstep/Local/Library/Libraries/libWebServices.so.0.7.0
+CHECKPKG_OVERRIDES_CSWgnustep-webservices += surplus-dependency|CSWgnustep-make
+CHECKPKG_OVERRIDES_CSWgnustep-webservices += surplus-dependency|CSWgnustep-base
+CHECKPKG_OVERRIDES_CSWgnustep-webservices += 
binary-architecture-does-not-match-placement
+CHECKPKG_OVERRIDES_CSWgnustep-webservices += no-direct-binding
+CHECKPKG_OVERRIDES_CSWgnustep-webservices += 
soname-not-found|libPerformance.so.0.5|is|needed|by|opt/csw/GNUstep/Local/Library/Libraries/libWebServices.so.0.7.0
 
 #we absolutely need GCC for Objective-C support. The only alternative in the 
future would be clang
 GARCOMPILER = GNU

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26214] csw/mgar/pkg/gs_WebServices/trunk/Makefile

2017-05-31 Thread rmottola--- via devel
Revision: 26214
  http://sourceforge.net/p/gar/code/26214
Author:   rmottola
Date: 2017-05-31 08:28:40 + (Wed, 31 May 2017)
Log Message:
---
gs_WebServices/trunk: missing dependencies

Modified Paths:
--
csw/mgar/pkg/gs_WebServices/trunk/Makefile

Modified: csw/mgar/pkg/gs_WebServices/trunk/Makefile
===
--- csw/mgar/pkg/gs_WebServices/trunk/Makefile  2017-05-31 08:03:26 UTC (rev 
26213)
+++ csw/mgar/pkg/gs_WebServices/trunk/Makefile  2017-05-31 08:28:40 UTC (rev 
26214)
@@ -19,6 +19,7 @@
 
 RUNTIME_DEP_PKGS_CSWgnustep-webservices += CSWgnustep-make
 RUNTIME_DEP_PKGS_CSWgnustep-webservices += CSWgnustep-base
+RUNTIME_DEP_PKGS_CSWgnustep-webservices += CSWperformance
 RUNTIME_DEP_PKGS_CSWgnustep-webservices += CSWlibgcc-s1
 #RUNTIME_DEP_PKGS_CSWgnustep-webservices_5.9 += CSWlibobjc3
 #RUNTIME_DEP_PKGS_CSWgnustep-webservices_5.10 += CSWlibobjc4

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26218] csw/mgar/pkg/gnutls3/trunk/Makefile

2017-05-31 Thread rmottola--- via devel
Revision: 26218
  http://sourceforge.net/p/gar/code/26218
Author:   rmottola
Date: 2017-05-31 13:09:05 + (Wed, 31 May 2017)
Log Message:
---
generic GNU compiler

Modified Paths:
--
csw/mgar/pkg/gnutls3/trunk/Makefile

Modified: csw/mgar/pkg/gnutls3/trunk/Makefile
===
--- csw/mgar/pkg/gnutls3/trunk/Makefile 2017-05-31 13:03:00 UTC (rev 26217)
+++ csw/mgar/pkg/gnutls3/trunk/Makefile 2017-05-31 13:09:05 UTC (rev 26218)
@@ -19,7 +19,7 @@
 ##PATCHFILES += 0003-force-use-of-bash-shell-in-non-portable-test-scripts.patch
 
 # Sun Studio 12 bails out on .deinit_func
-GARCOMPILER = GCC4
+GARCOMPILER = GNU
 
 VENDOR_URL = http://gnutls.org
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26269] csw/mgar/pkg/gnutls3/trunk

2017-08-26 Thread rmottola--- via devel
Revision: 26269
  http://sourceforge.net/p/gar/code/26269
Author:   rmottola
Date: 2017-08-26 21:44:35 + (Sat, 26 Aug 2017)
Log Message:
---
gnutls3/trunk: upgrade to 3.5.14

Modified Paths:
--
csw/mgar/pkg/gnutls3/trunk/Makefile
csw/mgar/pkg/gnutls3/trunk/checksums

Modified: csw/mgar/pkg/gnutls3/trunk/Makefile
===
--- csw/mgar/pkg/gnutls3/trunk/Makefile 2017-08-24 15:14:15 UTC (rev 26268)
+++ csw/mgar/pkg/gnutls3/trunk/Makefile 2017-08-26 21:44:35 UTC (rev 26269)
@@ -1,5 +1,5 @@
 NAME = gnutls
-VERSION = 3.4.5
+VERSION = 3.5.14
 
 DESCRIPTION = GNU Transport Layer Security libraries and tools
 define BLURB
@@ -25,10 +25,15 @@
 
 BUILD_DEP_PKGS += CSWlibnettle-dev
 BUILD_DEP_PKGS += CSWlibreadline-dev
-BUILD_DEP_PKGS += CSWlibtasn1-dev
+
+#we use the bundled one for now
+#BUILD_DEP_PKGS += CSWlibtasn1-dev
 BUILD_DEP_PKGS += CSWlibgpg-error-dev
 BUILD_DEP_PKGS += CSWlibgcrypt-dev
-BUILD_DEP_PKGS += CSWlibp11kit-dev
+
+#we disable this for now
+#BUILD_DEP_PKGS += CSWlibp11kit-dev
+
 BUILD_DEP_PKGS += CSWlibiconv-dev
 
 PACKAGES += CSWgnutls
@@ -81,6 +86,7 @@
 CONFIGURE_ARGS += --without-p11-kit
 CONFIGURE_ARGS += --with-lzo
 CONFIGURE_ARGS += --disable-guile
+CONFIGURE_ARGS += --without-libidn2 
 #CONFIGURE_ARGS += --disable-libdane
 CONFIGURE_ARGS += 
--with-default-trust-store-file=$(sysconfdir)/ssl/certs/ca-certificates.crt
 CONFIGURE_ARGS += --with-unbound-root-key-file=$(sysconfdir)/unbound/root.key
@@ -91,6 +97,8 @@
 ##CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(ISA))
 ##CONFIGURE_ARGS_amd64 += --build=x86_64-pc-solaris2$(shell uname -r |sed -e 
's/[^.]*//')
 
+EXTRA_LDFLAGS += -lresolv
+
 # If defined with the default value, the test breaks
 # # so we only keep the required items
 ##LD_OPTIONS = $(LINKER_MAPS) $(LINKER_DIRECT) $(LINKER_IGNORE)

Modified: csw/mgar/pkg/gnutls3/trunk/checksums
===
--- csw/mgar/pkg/gnutls3/trunk/checksums2017-08-24 15:14:15 UTC (rev 
26268)
+++ csw/mgar/pkg/gnutls3/trunk/checksums2017-08-26 21:44:35 UTC (rev 
26269)
@@ -1 +1 @@
-f5dae0e0ecda28aab12386e6c0705d4c  gnutls-3.4.5.tar.xz
+1e84b57a472b5f3b01f2c1b7a3a2bcbe  gnutls-3.5.14.tar.xz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26274] csw/mgar/pkg/gnutls3/trunk/Makefile

2017-08-29 Thread rmottola--- via devel
Revision: 26274
  http://sourceforge.net/p/gar/code/26274
Author:   rmottola
Date: 2017-08-29 19:08:57 + (Tue, 29 Aug 2017)
Log Message:
---
gnutls3/trunk: specify current GARTYPE

Modified Paths:
--
csw/mgar/pkg/gnutls3/trunk/Makefile

Modified: csw/mgar/pkg/gnutls3/trunk/Makefile
===
--- csw/mgar/pkg/gnutls3/trunk/Makefile 2017-08-29 14:56:15 UTC (rev 26273)
+++ csw/mgar/pkg/gnutls3/trunk/Makefile 2017-08-29 19:08:57 UTC (rev 26274)
@@ -1,5 +1,6 @@
 NAME = gnutls
 VERSION = 3.5.14
+GARTYPE = v2
 
 DESCRIPTION = GNU Transport Layer Security libraries and tools
 define BLURB

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26275] csw/mgar/pkg/gnutls3/trunk

2017-08-30 Thread rmottola--- via devel
Revision: 26275
  http://sourceforge.net/p/gar/code/26275
Author:   rmottola
Date: 2017-08-30 20:06:15 + (Wed, 30 Aug 2017)
Log Message:
---
gnutls3/trunk: new patch

Modified Paths:
--
csw/mgar/pkg/gnutls3/trunk/Makefile

Added Paths:
---
csw/mgar/pkg/gnutls3/trunk/files/0001-substitute-AF_LOCAL-with-AF_UNIX.patch

Modified: csw/mgar/pkg/gnutls3/trunk/Makefile
===
--- csw/mgar/pkg/gnutls3/trunk/Makefile 2017-08-29 19:08:57 UTC (rev 26274)
+++ csw/mgar/pkg/gnutls3/trunk/Makefile 2017-08-30 20:06:15 UTC (rev 26275)
@@ -13,8 +13,9 @@
 MASTER_SITES = ftp://ftp.gnutls.org/gcrypt/gnutls/v$(SUBV)/
 DISTFILES += $(DISTNAME).tar.xz
 # PATCHFILES += 0001-Do-not-strip-norunpath.patch
-##PATCHFILES += 0002-Use-AF_UNIX-instead-of-AF_LOCAL-on-Solaris.patch
 
+PATCHFILES += 0001-substitute-AF_LOCAL-with-AF_UNIX.patch
+
 # Some test scripts now uses some bashisms, so we make
 # sure that bash is used instead of sh
 ##PATCHFILES += 0003-force-use-of-bash-shell-in-non-portable-test-scripts.patch
@@ -37,6 +38,10 @@
 
 BUILD_DEP_PKGS += CSWlibiconv-dev
 
+PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386
+PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
+PACKAGING_PLATFORMS += solaris11-sparc solaris11-i386
+
 PACKAGES += CSWgnutls
 CATALOGNAME_gnutls = gnutls
 SPKG_DESC_CSWgnutls = GNU Transport Layer Security Utility Programs

Added: 
csw/mgar/pkg/gnutls3/trunk/files/0001-substitute-AF_LOCAL-with-AF_UNIX.patch
===
--- 
csw/mgar/pkg/gnutls3/trunk/files/0001-substitute-AF_LOCAL-with-AF_UNIX.patch
(rev 0)
+++ 
csw/mgar/pkg/gnutls3/trunk/files/0001-substitute-AF_LOCAL-with-AF_UNIX.patch
2017-08-30 20:06:15 UTC (rev 26275)
@@ -0,0 +1,45 @@
+From 0a362d5a36fa16b45fbf0a481025ea33c75cb6a1 Mon Sep 17 00:00:00 2001
+From: Riccardo Mottola 
+Date: Wed, 30 Aug 2017 21:42:41 +0200
+Subject: [PATCH] substitute AF_LOCAL with AF_UNIX
+
+---
+ tests/dtls/dtls-stress.c | 5 +
+ tests/srp.c  | 5 +
+ 2 files changed, 10 insertions(+)
+
+diff --git a/tests/dtls/dtls-stress.c b/tests/dtls/dtls-stress.c
+index 01e5eca..14bb5a3 100644
+--- a/tests/dtls/dtls-stress.c
 b/tests/dtls/dtls-stress.c
+@@ -104,6 +104,11 @@
+ #include 
+ #include 
+ 
++#ifndef AF_LOCAL
++#define AF_LOCAL AF_UNIX
++#endif
++
++
+ #if _POSIX_TIMERS && (_POSIX_TIMERS - 200112L) >= 0
+ 
+ // {{{ types
+diff --git a/tests/srp.c b/tests/srp.c
+index e0c1b8a..cf79354 100644
+--- a/tests/srp.c
 b/tests/srp.c
+@@ -27,6 +27,11 @@
+ #include 
+ #include 
+ 
++#ifndef AF_LOCAL
++#define AF_LOCAL AF_UNIX
++#endif
++
++
+ #if defined(_WIN32) || !defined(ENABLE_SRP)
+ 
+ int main()
+-- 
+2.4.0
+

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26330] csw/mgar/pkg/gnustep-base/trunk

2018-01-17 Thread rmottola--- via devel
Revision: 26330
  http://sourceforge.net/p/gar/code/26330
Author:   rmottola
Date: 2018-01-17 13:47:44 + (Wed, 17 Jan 2018)
Log Message:
---
gnustep-base/trunk: update version

Modified Paths:
--
csw/mgar/pkg/gnustep-base/trunk/Makefile
csw/mgar/pkg/gnustep-base/trunk/checksums

Modified: csw/mgar/pkg/gnustep-base/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-base/trunk/Makefile2018-01-17 09:56:22 UTC (rev 
26329)
+++ csw/mgar/pkg/gnustep-base/trunk/Makefile2018-01-17 13:47:44 UTC (rev 
26330)
@@ -2,7 +2,7 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = gnustep-base
-VERSION = 1.25.0
+VERSION = 1.25.1
 GARTYPE = v2
 
 DESCRIPTION = GNUstep-core base

Modified: csw/mgar/pkg/gnustep-base/trunk/checksums
===
--- csw/mgar/pkg/gnustep-base/trunk/checksums   2018-01-17 09:56:22 UTC (rev 
26329)
+++ csw/mgar/pkg/gnustep-base/trunk/checksums   2018-01-17 13:47:44 UTC (rev 
26330)
@@ -1 +1 @@
-f968ab0a43ac59f14dabeb6b66476806  gnustep-base-1.25.0.tar.gz
+757130f80a31e9ee30d8c2b83b0c226a  gnustep-base-1.25.1.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26364] csw/mgar/pkg/libicu50/trunk/Makefile

2018-02-20 Thread rmottola--- via devel
Revision: 26364
  http://sourceforge.net/p/gar/code/26364
Author:   rmottola
Date: 2018-02-20 17:06:11 + (Tue, 20 Feb 2018)
Log Message:
---
libicu50/trunk: enable solaris9 and add some hacks needed for that old thing

Modified Paths:
--
csw/mgar/pkg/libicu50/trunk/Makefile

Modified: csw/mgar/pkg/libicu50/trunk/Makefile
===
--- csw/mgar/pkg/libicu50/trunk/Makefile2018-02-20 13:16:46 UTC (rev 
26363)
+++ csw/mgar/pkg/libicu50/trunk/Makefile2018-02-20 17:06:11 UTC (rev 
26364)
@@ -75,6 +75,11 @@
 
 REINPLACE_USRLOCAL += config/icu-config-bottom
 
+
+PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
+PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386
+
+
 # Using -I/opt/csw/include here puts it before the include of the newly built
 # software which breaks definitions, so make sure it is empty.
 CPPFLAGS = 
@@ -84,7 +89,18 @@
 # packages using the libs will bail out as they assume the libs are 
self-contained.
 LINKER_FLAGS = -lCrun -lCstd -norunpath
 
-BUILD64_LIBS_ONLY = 1
+#BUILD64_LIBS_ONLY = 1
+# Enable 64 bits, but not for Solaris 9 x86
+BUILD64_5.9_sparc  = 1
+BUILD64_5.10_sparc = 1
+BUILD64_5.9_i386   =
+BUILD64_5.10_i386  = 1
+BUILD64 = $(BUILD64_$(GAROSREL)_$(GARCH))
+
+# Wrong return code of test TestEnumSet on Solaris 9, skip testsuite for now
+SKIPTEST-5.9 = 1
+SKIPTEST ?= $(SKIPTEST-$(GAROSREL))
+
 NOISALIST = 1
 
 include gar/category.mk

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26385] csw/mgar/pkg/libicu51/trunk

2018-03-13 Thread rmottola--- via devel
Revision: 26385
  http://sourceforge.net/p/gar/code/26385
Author:   rmottola
Date: 2018-03-13 14:16:24 + (Tue, 13 Mar 2018)
Log Message:
---
libicu51/trunk: solaris 9 additions and patches

Modified Paths:
--
csw/mgar/pkg/libicu51/trunk/Makefile

Added Paths:
---
csw/mgar/pkg/libicu51/trunk/files/LETypes_ptr_sol9.patch

Modified: csw/mgar/pkg/libicu51/trunk/Makefile
===
--- csw/mgar/pkg/libicu51/trunk/Makefile2018-03-12 16:26:09 UTC (rev 
26384)
+++ csw/mgar/pkg/libicu51/trunk/Makefile2018-03-13 14:16:24 UTC (rev 
26385)
@@ -15,6 +15,17 @@
 
 LICENSE = license.html
 
+#where can we build?
+PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386
+PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
+
+#solaris 9 specific patch for missing PTR_MAX
+PATCHFILES_5.9 += LETypes_ptr_sol9.patch
+
+PATCHFILES += $(PATCHFILES_$(GAROSREL))
+
+
+
 PACKAGES += CSWlibicudata51
 SPKG_DESC_CSWlibicudata51 = International Components for Unicode, 
libicudata.so.51
 PKGFILES_CSWlibicudata51 += $(call pkgfiles_lib,libicudata.so.51)
@@ -105,7 +116,19 @@
 # packages using the libs will bail out as they assume the libs are 
self-contained.
 LINKER_FLAGS = -lCrun -lCstd -norunpath
 
-BUILD64_LIBS_ONLY = 1
+#BUILD64_LIBS_ONLY = 1
+# Enable 64 bits, but not for Solaris 9 x86
+BUILD64_5.9_sparc  = 1
+BUILD64_5.10_sparc = 1
+BUILD64_5.9_i386   =
+BUILD64_5.10_i386  = 1
+BUILD64 = $(BUILD64_$(GAROSREL)_$(GARCH))
+
+# Wrong return code of test TestEnumSet on Solaris 9, skip testsuite for now
+SKIPTEST-5.9 = 1
+SKIPTEST ?= $(SKIPTEST-$(GAROSREL))
+
+
 NOISALIST = 1
 
 include gar/category.mk

Added: csw/mgar/pkg/libicu51/trunk/files/LETypes_ptr_sol9.patch
===
--- csw/mgar/pkg/libicu51/trunk/files/LETypes_ptr_sol9.patch
(rev 0)
+++ csw/mgar/pkg/libicu51/trunk/files/LETypes_ptr_sol9.patch2018-03-13 
14:16:24 UTC (rev 26385)
@@ -0,0 +1,20 @@
+--- a/source/layout/LETypes.h.orig Fri Mar 20 09:23:20 2015
 b/source/layout/LETypes.h  Fri Mar 20 09:43:47 2015
+@@ -296,17 +296,9 @@
+  * Max value representable by a uintptr
+  */
+ 
+-#ifndef UINT32_MAX
+ #define LE_UINT32_MAX 0xU
+-#else
+-#define LE_UINT32_MAX UINT32_MAX
+-#endif
+ 
+-#ifndef UINTPTR_MAX
+ #define LE_UINTPTR_MAX LE_UINT32_MAX
+-#else
+-#define LE_UINTPTR_MAX UINTPTR_MAX
+-#endif
+ 
+ /**
+  * Range check for overflow

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26386] csw/mgar/pkg/libicu51/trunk/Makefile

2018-03-13 Thread rmottola--- via devel
Revision: 26386
  http://sourceforge.net/p/gar/code/26386
Author:   rmottola
Date: 2018-03-13 23:20:14 + (Tue, 13 Mar 2018)
Log Message:
---
libicu51/trunk: use BUILD64_LIBS_ONLY as suggested by Dago

Modified Paths:
--
csw/mgar/pkg/libicu51/trunk/Makefile

Modified: csw/mgar/pkg/libicu51/trunk/Makefile
===
--- csw/mgar/pkg/libicu51/trunk/Makefile2018-03-13 14:16:24 UTC (rev 
26385)
+++ csw/mgar/pkg/libicu51/trunk/Makefile2018-03-13 23:20:14 UTC (rev 
26386)
@@ -78,8 +78,8 @@
 
 # This is the presence of /usr/share/lib/zoneinfo which is ok
 CHECKPKG_OVERRIDES_CSWlibicuuc51 += 
file-with-bad-content|/usr/share|root/opt/csw/lib/libicuuc.so.51.2
-CHECKPKG_OVERRIDES_CSWlibicuuc51 += 
file-with-bad-content|/usr/share|root/opt/csw/lib/sparcv9/libicuuc.so.51.2
-CHECKPKG_OVERRIDES_CSWlibicuuc51 += 
file-with-bad-content|/usr/share|root/opt/csw/lib/amd64/libicuuc.so.51.2
+#CHECKPKG_OVERRIDES_CSWlibicuuc51 += 
file-with-bad-content|/usr/share|root/opt/csw/lib/sparcv9/libicuuc.so.51.2
+#CHECKPKG_OVERRIDES_CSWlibicuuc51 += 
file-with-bad-content|/usr/share|root/opt/csw/lib/amd64/libicuuc.so.51.2
 
 PACKAGES += CSWlibicu-dev
 SPKG_DESC_CSWlibicu-dev = Development files for libicu.so.51
@@ -116,13 +116,12 @@
 # packages using the libs will bail out as they assume the libs are 
self-contained.
 LINKER_FLAGS = -lCrun -lCstd -norunpath
 
-#BUILD64_LIBS_ONLY = 1
 # Enable 64 bits, but not for Solaris 9 x86
-BUILD64_5.9_sparc  = 1
-BUILD64_5.10_sparc = 1
-BUILD64_5.9_i386   =
-BUILD64_5.10_i386  = 1
-BUILD64 = $(BUILD64_$(GAROSREL)_$(GARCH))
+BUILD64_LIBS_ONLY_5.9_sparc  = 1
+BUILD64_LIBS_ONLY_5.10_sparc = 1
+BUILD64_LIBS_ONLY_5.9_i386   =
+BUILD64_LIBS_ONLY_5.10_i386  = 1
+BUILD64_LIBS_ONLY = $(BUILD64_LIBS_ONLY_$(GAROSREL)_$(GARCH))
 
 # Wrong return code of test TestEnumSet on Solaris 9, skip testsuite for now
 SKIPTEST-5.9 = 1

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26388] csw/mgar/pkg/libicu51/trunk/Makefile

2018-03-14 Thread rmottola--- via devel
Revision: 26388
  http://sourceforge.net/p/gar/code/26388
Author:   rmottola
Date: 2018-03-14 13:21:34 + (Wed, 14 Mar 2018)
Log Message:
---
libicu51/trunk: override for missing file which is actually there

Modified Paths:
--
csw/mgar/pkg/libicu51/trunk/Makefile

Modified: csw/mgar/pkg/libicu51/trunk/Makefile
===
--- csw/mgar/pkg/libicu51/trunk/Makefile2018-03-14 08:52:24 UTC (rev 
26387)
+++ csw/mgar/pkg/libicu51/trunk/Makefile2018-03-14 13:21:34 UTC (rev 
26388)
@@ -81,6 +81,10 @@
 #CHECKPKG_OVERRIDES_CSWlibicuuc51 += 
file-with-bad-content|/usr/share|root/opt/csw/lib/sparcv9/libicuuc.so.51.2
 #CHECKPKG_OVERRIDES_CSWlibicuuc51 += 
file-with-bad-content|/usr/share|root/opt/csw/lib/amd64/libicuuc.so.51.2
 
+#pkg check does not recurse, the files are actually there
+CHECKPKG_OVERRIDES_CSWlibicu-dev += 
file-needed-but-no-package-satisfies-it|/opt/csw/lib/icu/current/Makefile.inc|CSWlibicu-dev|contains|symlink|/opt/csw/lib/icu/Makefile.inc|which|needs|the|target|file:|/opt/csw/lib/icu/current/Makefile.inc
+CHECKPKG_OVERRIDES_CSWlibicu-dev += 
file-needed-but-no-package-satisfies-it|/opt/csw/lib/icu/current/pkgdata.inc|CSWlibicu-dev|contains|symlink|/opt/csw/lib/icu/pkgdata.inc|which|needs|the|target|file:|/opt/csw/lib/icu/current/pkgdata.inc
+
 PACKAGES += CSWlibicu-dev
 SPKG_DESC_CSWlibicu-dev = Development files for libicu.so.51
 # This package is PKGFILES catchall

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26391] csw/mgar/pkg/libicu51/trunk/Makefile

2018-03-15 Thread rmottola--- via devel
Revision: 26391
  http://sourceforge.net/p/gar/code/26391
Author:   rmottola
Date: 2018-03-15 22:52:02 + (Thu, 15 Mar 2018)
Log Message:
---
libicu51/trunk: add same overrides for sparcv9

Modified Paths:
--
csw/mgar/pkg/libicu51/trunk/Makefile

Modified: csw/mgar/pkg/libicu51/trunk/Makefile
===
--- csw/mgar/pkg/libicu51/trunk/Makefile2018-03-14 22:52:20 UTC (rev 
26390)
+++ csw/mgar/pkg/libicu51/trunk/Makefile2018-03-15 22:52:02 UTC (rev 
26391)
@@ -78,13 +78,16 @@
 
 # This is the presence of /usr/share/lib/zoneinfo which is ok
 CHECKPKG_OVERRIDES_CSWlibicuuc51 += 
file-with-bad-content|/usr/share|root/opt/csw/lib/libicuuc.so.51.2
-#CHECKPKG_OVERRIDES_CSWlibicuuc51 += 
file-with-bad-content|/usr/share|root/opt/csw/lib/sparcv9/libicuuc.so.51.2
-#CHECKPKG_OVERRIDES_CSWlibicuuc51 += 
file-with-bad-content|/usr/share|root/opt/csw/lib/amd64/libicuuc.so.51.2
+CHECKPKG_OVERRIDES_CSWlibicuuc51 += 
file-with-bad-content|/usr/share|root/opt/csw/lib/sparcv9/libicuuc.so.51.2
+CHECKPKG_OVERRIDES_CSWlibicuuc51 += 
file-with-bad-content|/usr/share|root/opt/csw/lib/amd64/libicuuc.so.51.2
 
 #pkg check does not recurse, the files are actually there
 CHECKPKG_OVERRIDES_CSWlibicu-dev += 
file-needed-but-no-package-satisfies-it|/opt/csw/lib/icu/current/Makefile.inc|CSWlibicu-dev|contains|symlink|/opt/csw/lib/icu/Makefile.inc|which|needs|the|target|file:|/opt/csw/lib/icu/current/Makefile.inc
 CHECKPKG_OVERRIDES_CSWlibicu-dev += 
file-needed-but-no-package-satisfies-it|/opt/csw/lib/icu/current/pkgdata.inc|CSWlibicu-dev|contains|symlink|/opt/csw/lib/icu/pkgdata.inc|which|needs|the|target|file:|/opt/csw/lib/icu/current/pkgdata.inc
+CHECKPKG_OVERRIDES_CSWlibicu-dev += 
file-needed-but-no-package-satisfies-it|/opt/csw/lib/sparcv9/icu/current/Makefile.inc|CSWlibicu-dev|contains|symlink|/opt/csw/lib/sparcv9/icu/Makefile.inc|which|needs|the|target|file:|/opt/csw/lib/sparcv9/icu/current/Makefile.inc
+CHECKPKG_OVERRIDES_CSWlibicu-dev += 
file-needed-but-no-package-satisfies-it|/opt/csw/lib/sparcv9/icu/current/pkgdata.inc|CSWlibicu-dev|contains|symlink|/opt/csw/lib/sparcv9/icu/pkgdata.inc|which|needs|the|target|file:|/opt/csw/lib/sparcv9/icu/current/pkgdata.inc
 
+
 PACKAGES += CSWlibicu-dev
 SPKG_DESC_CSWlibicu-dev = Development files for libicu.so.51
 # This package is PKGFILES catchall

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26396] csw/mgar/pkg/gnustep-base/trunk/Makefile

2018-03-26 Thread rmottola--- via devel
Revision: 26396
  http://sourceforge.net/p/gar/code/26396
Author:   rmottola
Date: 2018-03-26 16:11:11 + (Mon, 26 Mar 2018)
Log Message:
---
gnustep-base/trunk: update solaris 9 deps

Modified Paths:
--
csw/mgar/pkg/gnustep-base/trunk/Makefile

Modified: csw/mgar/pkg/gnustep-base/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-base/trunk/Makefile2018-03-23 21:22:44 UTC (rev 
26395)
+++ csw/mgar/pkg/gnustep-base/trunk/Makefile2018-03-26 16:11:11 UTC (rev 
26396)
@@ -51,9 +51,9 @@
 RUNTIME_DEP_PKGS_CSWgnustep-base_5.9 += CSWlibgnutls26
 RUNTIME_DEP_PKGS_CSWgnustep-base_5.9 += CSWlibgcrypt11
 RUNTIME_DEP_PKGS_CSWgnustep-base_5.9 += CSWlibobjc3
-RUNTIME_DEP_PKGS_CSWgnustep-base_5.9 += CSWlibicuuc49
-RUNTIME_DEP_PKGS_CSWgnustep-base_5.9 += CSWlibicudata49
-RUNTIME_DEP_PKGS_CSWgnustep-base_5.9 += CSWlibicui18n49
+RUNTIME_DEP_PKGS_CSWgnustep-base_5.9 += CSWlibicuuc51
+RUNTIME_DEP_PKGS_CSWgnustep-base_5.9 += CSWlibicudata51
+RUNTIME_DEP_PKGS_CSWgnustep-base_5.9 += CSWlibicui18n51
 RUNTIME_DEP_PKGS_CSWgnustep-base_5.9 += CSWlibffi4
 
 RUNTIME_DEP_PKGS_CSWgnustep-base += 
$(RUNTIME_DEP_PKGS_CSWgnustep-base_$(GAROSREL))

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26397] csw/mgar/pkg/gnustep-gui/trunk

2018-03-27 Thread rmottola--- via devel
Revision: 26397
  http://sourceforge.net/p/gar/code/26397
Author:   rmottola
Date: 2018-03-27 08:00:00 + (Tue, 27 Mar 2018)
Log Message:
---
gnustep-gui/trunk: update version

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 2018-03-26 16:11:11 UTC (rev 
26396)
+++ csw/mgar/pkg/gnustep-gui/trunk/Makefile 2018-03-27 08:00:00 UTC (rev 
26397)
@@ -2,7 +2,7 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = gnustep-gui
-VERSION = 0.25.1
+VERSION = 0.26.2
 GARTYPE = v2
 
 DESCRIPTION = GNUstep-core gui

Modified: csw/mgar/pkg/gnustep-gui/trunk/checksums
===
--- csw/mgar/pkg/gnustep-gui/trunk/checksums2018-03-26 16:11:11 UTC (rev 
26396)
+++ csw/mgar/pkg/gnustep-gui/trunk/checksums2018-03-27 08:00:00 UTC (rev 
26397)
@@ -1 +1 @@
-578e46178472077d8dc0853802f1fbbf  gnustep-gui-0.25.1.tar.gz
+c6a024dcae4a0a5e00880f0be6afb875  gnustep-gui-0.26.2.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26398] csw/mgar/pkg/gnustep-gui/trunk

2018-03-27 Thread rmottola--- via devel
Revision: 26398
  http://sourceforge.net/p/gar/code/26398
Author:   rmottola
Date: 2018-03-27 09:03:20 + (Tue, 27 Mar 2018)
Log Message:
---
gnustep-gui/trunk: floorf patch

Modified Paths:
--
csw/mgar/pkg/gnustep-gui/trunk/Makefile

Added Paths:
---

csw/mgar/pkg/gnustep-gui/trunk/files/0001-solaris-9-does-not-have-floorf-replace-with-dbl-vers.patch

Modified: csw/mgar/pkg/gnustep-gui/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-gui/trunk/Makefile 2018-03-27 08:00:00 UTC (rev 
26397)
+++ csw/mgar/pkg/gnustep-gui/trunk/Makefile 2018-03-27 09:03:20 UTC (rev 
26398)
@@ -13,6 +13,9 @@
 MASTER_SITES = ftp://ftp.gnustep.org/pub/gnustep/core/
 DISTFILES  = $(DISTNAME).tar.gz
 
+PATCHFILES_5.9 += 
0001-solaris-9-does-not-have-floorf-replace-with-dbl-vers.patch
+PATCHFILES += $(BUILD_DEP_PKGS_$(GAROSREL))
+
 BUILD_DEP_PKGS += CSWgmake
 BUILD_DEP_PKGS += CSWgnustep-make
 BUILD_DEP_PKGS += CSWlibpng-dev

Added: 
csw/mgar/pkg/gnustep-gui/trunk/files/0001-solaris-9-does-not-have-floorf-replace-with-dbl-vers.patch
===
--- 
csw/mgar/pkg/gnustep-gui/trunk/files/0001-solaris-9-does-not-have-floorf-replace-with-dbl-vers.patch
(rev 0)
+++ 
csw/mgar/pkg/gnustep-gui/trunk/files/0001-solaris-9-does-not-have-floorf-replace-with-dbl-vers.patch
2018-03-27 09:03:20 UTC (rev 26398)
@@ -0,0 +1,27 @@
+From 1d81ce1d3b3da37818856f80683ea15cf908063d Mon Sep 17 00:00:00 2001
+From: Riccardo Mottola 
+Date: Tue, 27 Mar 2018 10:55:00 +0200
+Subject: [PATCH] solaris 9 does not have floorf(), replace with dbl versions
+
+---
+ Source/NSBitmapImageRep+JPEG.m |4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Source/NSBitmapImageRep+JPEG.m b/Source/NSBitmapImageRep+JPEG.m
+index 08212a7..ca01d0d 100644
+--- a/Source/NSBitmapImageRep+JPEG.m
 b/Source/NSBitmapImageRep+JPEG.m
+@@ -646,8 +646,8 @@ static void gs_jpeg_memory_dest_destroy (j_compress_ptr 
cinfo)
+ {
+   unsigned x_density, y_density;
+ 
+-  x_density = (unsigned)floorf(width * 72 / size.width + 0.5);
+-  y_density = (unsigned)floorf(height * 72 / size.height + 0.5);
++  x_density = (unsigned)floor(width * 72 / size.width + 0.5);
++  y_density = (unsigned)floor(height * 72 / size.height + 0.5);
+   cinfo.X_density = x_density;
+   cinfo.Y_density = y_density;
+   cinfo.density_unit = 1;
+-- 
+1.7.10.3
+

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26399] csw/mgar/pkg/gnustep-gui/trunk/Makefile

2018-03-27 Thread rmottola--- via devel
Revision: 26399
  http://sourceforge.net/p/gar/code/26399
Author:   rmottola
Date: 2018-03-27 09:07:32 + (Tue, 27 Mar 2018)
Log Message:
---
gnustep-gui/trunk: fix sol9 dependencies

Modified Paths:
--
csw/mgar/pkg/gnustep-gui/trunk/Makefile

Modified: csw/mgar/pkg/gnustep-gui/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-gui/trunk/Makefile 2018-03-27 09:03:20 UTC (rev 
26398)
+++ csw/mgar/pkg/gnustep-gui/trunk/Makefile 2018-03-27 09:07:32 UTC (rev 
26399)
@@ -66,9 +66,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_5.9 += CSWlibicuuc51
+RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibicudata51
+RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibicui18n51
 
 RUNTIME_DEP_PKGS_CSWgnustep-gui += 
$(RUNTIME_DEP_PKGS_CSWgnustep-gui_$(GAROSREL))
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26400] csw/mgar/pkg/gnustep-gui/trunk/Makefile

2018-03-27 Thread rmottola--- via devel
Revision: 26400
  http://sourceforge.net/p/gar/code/26400
Author:   rmottola
Date: 2018-03-27 09:09:26 + (Tue, 27 Mar 2018)
Log Message:
---
gnustep-gui/trunk: fix typo

Modified Paths:
--
csw/mgar/pkg/gnustep-gui/trunk/Makefile

Modified: csw/mgar/pkg/gnustep-gui/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-gui/trunk/Makefile 2018-03-27 09:07:32 UTC (rev 
26399)
+++ csw/mgar/pkg/gnustep-gui/trunk/Makefile 2018-03-27 09:09:26 UTC (rev 
26400)
@@ -14,7 +14,7 @@
 DISTFILES  = $(DISTNAME).tar.gz
 
 PATCHFILES_5.9 += 
0001-solaris-9-does-not-have-floorf-replace-with-dbl-vers.patch
-PATCHFILES += $(BUILD_DEP_PKGS_$(GAROSREL))
+PATCHFILES += $(PATCHFILES_$(GAROSREL))
 
 BUILD_DEP_PKGS += CSWgmake
 BUILD_DEP_PKGS += CSWgnustep-make

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26413] csw/mgar/pkg/gnustep-back/trunk

2018-04-28 Thread rmottola--- via devel
Revision: 26413
  http://sourceforge.net/p/gar/code/26413
Author:   rmottola
Date: 2018-04-28 22:56:11 + (Sat, 28 Apr 2018)
Log Message:
---
gnustep-back/trunk: 0.26 update

Modified Paths:
--
csw/mgar/pkg/gnustep-back/trunk/Makefile
csw/mgar/pkg/gnustep-back/trunk/checksums

Modified: csw/mgar/pkg/gnustep-back/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-back/trunk/Makefile2018-04-26 12:41:53 UTC (rev 
26412)
+++ csw/mgar/pkg/gnustep-back/trunk/Makefile2018-04-28 22:56:11 UTC (rev 
26413)
@@ -2,7 +2,7 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = gnustep-back
-VERSION = 0.25.1
+VERSION = 0.26.0
 GARTYPE = v2
 
 DESCRIPTION = GNUstep-core back
@@ -56,7 +56,7 @@
 
 
 #this is by bundle design
-CHECKPKG_OVERRIDES_CSWgnustep-back += 
shared-library-missing-dot-so|file=opt/csw/GNUstep/System/Library/Bundles/libgnustep-back-025.bundle/libgnustep-back-025
+CHECKPKG_OVERRIDES_CSWgnustep-back += 
shared-library-missing-dot-so|file=opt/csw/GNUstep/System/Library/Bundles/libgnustep-back-026.bundle/libgnustep-back-026
 
 #we do not care about placement
 CHECKPKG_OVERRIDES_CSWgnustep-back += 
binary-architecture-does-not-match-placement

Modified: csw/mgar/pkg/gnustep-back/trunk/checksums
===
--- csw/mgar/pkg/gnustep-back/trunk/checksums   2018-04-26 12:41:53 UTC (rev 
26412)
+++ csw/mgar/pkg/gnustep-back/trunk/checksums   2018-04-28 22:56:11 UTC (rev 
26413)
@@ -1 +1 @@
-310880099a4d4c99be13a25c151b53e7  gnustep-back-0.25.1.tar.gz
+6758fa83bf5ddd70fbe4e131d059a642  gnustep-back-0.26.0.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26414] csw/mgar/pkg/gs_performance/trunk/Makefile

2018-04-28 Thread rmottola--- via devel
Revision: 26414
  http://sourceforge.net/p/gar/code/26414
Author:   rmottola
Date: 2018-04-28 23:09:58 + (Sat, 28 Apr 2018)
Log Message:
---
gs_performance/trunk: fix receipe

Modified Paths:
--
csw/mgar/pkg/gs_performance/trunk/Makefile

Modified: csw/mgar/pkg/gs_performance/trunk/Makefile
===
--- csw/mgar/pkg/gs_performance/trunk/Makefile  2018-04-28 22:56:11 UTC (rev 
26413)
+++ csw/mgar/pkg/gs_performance/trunk/Makefile  2018-04-28 23:09:58 UTC (rev 
26414)
@@ -1,4 +1,4 @@
- $Id$
+# $Id$
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = Performance

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26416] csw/mgar/pkg/gs_WebServices/trunk/Makefile

2018-04-30 Thread rmottola--- via devel
Revision: 26416
  http://sourceforge.net/p/gar/code/26416
Author:   rmottola
Date: 2018-04-30 20:47:01 + (Mon, 30 Apr 2018)
Log Message:
---
gs_WebServices/trunk: cleanup

Modified Paths:
--
csw/mgar/pkg/gs_WebServices/trunk/Makefile

Modified: csw/mgar/pkg/gs_WebServices/trunk/Makefile
===
--- csw/mgar/pkg/gs_WebServices/trunk/Makefile  2018-04-29 19:16:01 UTC (rev 
26415)
+++ csw/mgar/pkg/gs_WebServices/trunk/Makefile  2018-04-30 20:47:01 UTC (rev 
26416)
@@ -15,7 +15,11 @@
 MASTER_SITES = ftp://ftp.gnustep.org/pub/gnustep/libs/
 DISTFILES  = $(DISTNAME).tar.gz
 
-BUILD_DEP_PKGS += CSWgmake
+#where can we build?
+PACKAGING_PLATFORMS += solaris9-i386
+PACKAGING_PLATFORMS += solaris9-sparc
+PACKAGING_PLATFORMS += solaris10-i386
+PACKAGING_PLATFORMS += solaris10-sparc
 
 RUNTIME_DEP_PKGS_CSWgnustep-webservices += CSWgnustep-make
 RUNTIME_DEP_PKGS_CSWgnustep-webservices += CSWgnustep-base
@@ -48,7 +52,7 @@
 
 # Disable test scripts for now
 TEST_SCRIPTS =
-SKIPTEST = ?1
+SKIPTEST ?= 1
 
 
 CONFIGURE_ARGS = $(DIRPATHS)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26418] csw/mgar/pkg/gs_PRICE/trunk/Makefile

2018-05-02 Thread rmottola--- via devel
Revision: 26418
  http://sourceforge.net/p/gar/code/26418
Author:   rmottola
Date: 2018-05-02 12:53:01 + (Wed, 02 May 2018)
Log Message:
---
gs_PRICE/trunk: update overrides to new dependencies

Modified Paths:
--
csw/mgar/pkg/gs_PRICE/trunk/Makefile

Modified: csw/mgar/pkg/gs_PRICE/trunk/Makefile
===
--- csw/mgar/pkg/gs_PRICE/trunk/Makefile2018-05-01 19:37:12 UTC (rev 
26417)
+++ csw/mgar/pkg/gs_PRICE/trunk/Makefile2018-05-02 12:53:01 UTC (rev 
26418)
@@ -36,7 +36,7 @@
 #known GNUstep app bundle overrides
 CHECKPKG_OVERRIDES_CSWgs-price += no-direct-binding
 CHECKPKG_OVERRIDES_CSWgs-price += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE
-CHECKPKG_OVERRIDES_CSWgs-price += 
soname-not-found|libgnustep-gui.so.0.25|is|needed|by|opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE
+CHECKPKG_OVERRIDES_CSWgs-price += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE
 
 #known placement problems
 CHECKPKG_OVERRIDES_CSWgs-price += binary-architecture-does-not-match-placement

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26420] csw/mgar/pkg/gs_ftp/trunk

2018-05-02 Thread rmottola--- via devel
Revision: 26420
  http://sourceforge.net/p/gar/code/26420
Author:   rmottola
Date: 2018-05-02 15:16:18 + (Wed, 02 May 2018)
Log Message:
---
gs_ftp/trunk: update version

Modified Paths:
--
csw/mgar/pkg/gs_ftp/trunk/Makefile
csw/mgar/pkg/gs_ftp/trunk/checksums

Modified: csw/mgar/pkg/gs_ftp/trunk/Makefile
===
--- csw/mgar/pkg/gs_ftp/trunk/Makefile  2018-05-02 13:56:11 UTC (rev 26419)
+++ csw/mgar/pkg/gs_ftp/trunk/Makefile  2018-05-02 15:16:18 UTC (rev 26420)
@@ -2,7 +2,7 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = FTP
-VERSION = 0.5
+VERSION = 0.6
 GARTYPE = v2
 
 PACKAGES += CSWgs-ftp
@@ -37,7 +37,7 @@
 
 #we do not directly bind
 CHECKPKG_OVERRIDES_CSWgs-ftp += no-direct-binding
-CHECKPKG_OVERRIDES_CSWgs-ftp += 
soname-not-found|libgnustep-gui.so.0.25|is|needed|by|opt/csw/GNUstep/Local/Applications/FTP.app/FTP
+CHECKPKG_OVERRIDES_CSWgs-ftp += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/Local/Applications/FTP.app/FTP
 CHECKPKG_OVERRIDES_CSWgs-ftp += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/Local/Applications/FTP.app/FTP
 
 

Modified: csw/mgar/pkg/gs_ftp/trunk/checksums
===
--- csw/mgar/pkg/gs_ftp/trunk/checksums 2018-05-02 13:56:11 UTC (rev 26419)
+++ csw/mgar/pkg/gs_ftp/trunk/checksums 2018-05-02 15:16:18 UTC (rev 26420)
@@ -1 +1 @@
-c855f980df9dbbcbd8afcde99bddb712  FTP-0.5.tar.gz
+dda090131b0ed164da8ce9d6468bec57  FTP-0.6.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26421] csw/mgar/pkg/gs_gorm/trunk/Makefile

2018-05-02 Thread rmottola--- via devel
Revision: 26421
  http://sourceforge.net/p/gar/code/26421
Author:   rmottola
Date: 2018-05-02 16:19:01 + (Wed, 02 May 2018)
Log Message:
---
gs_gorm/trunk: update to new gui build

Modified Paths:
--
csw/mgar/pkg/gs_gorm/trunk/Makefile

Modified: csw/mgar/pkg/gs_gorm/trunk/Makefile
===
--- csw/mgar/pkg/gs_gorm/trunk/Makefile 2018-05-02 15:16:18 UTC (rev 26420)
+++ csw/mgar/pkg/gs_gorm/trunk/Makefile 2018-05-02 16:19:01 UTC (rev 26421)
@@ -48,35 +48,35 @@
 #we don't directly bind currently
 CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding
 
-CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Gorm
-CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/3Containers
+CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Gorm
+CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/3Containers
 CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Nib.plugin/Nib
-CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.25|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGormPrefs.so.1.2.23
-CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Xib.plugin/Xib
+CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGormPrefs.so.1.2.23
+CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Xib.plugin/Xib
 CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Xib.plugin/Xib
 CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGorm.so.1.1.0
-CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.25|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGorm.so.1.1.0
+CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGorm.so.1.1.0
 CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Gorm
 CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/0Menus
 CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/4Data
-CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/4Data
+CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/4Data
 CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libGormObjCHeaderParser.so.1|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Gorm
 CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libGormObjCHeaderParser.so.1|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGormCore.so.1.2.23
 CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libGorm.so.1|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Gorm
 CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/1Windows
-CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.25|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGormObjCHeaderParser.so.1.1.0
+CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGormObjCHeaderParser.so.1.1.0
 CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libGormCore.so.1|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Gorm
-CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/0Menus
+CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/0Menus
 CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Gorm.plugin/Gorm
-CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.25|is|needed|by|opt/c

SF.net SVN: gar:[26422] csw/mgar/pkg/gnutls3/trunk

2018-05-03 Thread rmottola--- via devel
Revision: 26422
  http://sourceforge.net/p/gar/code/26422
Author:   rmottola
Date: 2018-05-03 17:43:08 + (Thu, 03 May 2018)
Log Message:
---
gnutls3/trunk: bump version

Modified Paths:
--
csw/mgar/pkg/gnutls3/trunk/Makefile
csw/mgar/pkg/gnutls3/trunk/checksums

Modified: csw/mgar/pkg/gnutls3/trunk/Makefile
===
--- csw/mgar/pkg/gnutls3/trunk/Makefile 2018-05-02 16:19:01 UTC (rev 26421)
+++ csw/mgar/pkg/gnutls3/trunk/Makefile 2018-05-03 17:43:08 UTC (rev 26422)
@@ -1,5 +1,5 @@
 NAME = gnutls
-VERSION = 3.5.14
+VERSION = 3.5.18
 GARTYPE = v2
 
 DESCRIPTION = GNU Transport Layer Security libraries and tools

Modified: csw/mgar/pkg/gnutls3/trunk/checksums
===
--- csw/mgar/pkg/gnutls3/trunk/checksums2018-05-02 16:19:01 UTC (rev 
26421)
+++ csw/mgar/pkg/gnutls3/trunk/checksums2018-05-03 17:43:08 UTC (rev 
26422)
@@ -1 +1 @@
-1e84b57a472b5f3b01f2c1b7a3a2bcbe  gnutls-3.5.14.tar.xz
+c2d93d305ecbc55939bc2a8ed4a76a3d  gnutls-3.5.18.tar.xz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26462] csw/mgar/pkg/gnustep-back/trunk

2018-09-08 Thread rmottola--- via devel
Revision: 26462
  http://sourceforge.net/p/gar/code/26462
Author:   rmottola
Date: 2018-09-08 20:46:20 + (Sat, 08 Sep 2018)
Log Message:
---
gnustep-back/trunk: update to 0.26.2

Modified Paths:
--
csw/mgar/pkg/gnustep-back/trunk/Makefile
csw/mgar/pkg/gnustep-back/trunk/checksums

Modified: csw/mgar/pkg/gnustep-back/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-back/trunk/Makefile2018-09-05 08:16:13 UTC (rev 
26461)
+++ csw/mgar/pkg/gnustep-back/trunk/Makefile2018-09-08 20:46:20 UTC (rev 
26462)
@@ -2,7 +2,7 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = gnustep-back
-VERSION = 0.26.0
+VERSION = 0.26.2
 GARTYPE = v2
 
 DESCRIPTION = GNUstep-core back

Modified: csw/mgar/pkg/gnustep-back/trunk/checksums
===
--- csw/mgar/pkg/gnustep-back/trunk/checksums   2018-09-05 08:16:13 UTC (rev 
26461)
+++ csw/mgar/pkg/gnustep-back/trunk/checksums   2018-09-08 20:46:20 UTC (rev 
26462)
@@ -1 +1 @@
-6758fa83bf5ddd70fbe4e131d059a642  gnustep-back-0.26.0.tar.gz
+5a4d4787d1d86cb2f959dd1d7554abf4  gnustep-back-0.26.2.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26464] csw/mgar/pkg/gs_zipper/trunk/Makefile

2018-09-10 Thread rmottola--- via devel
Revision: 26464
  http://sourceforge.net/p/gar/code/26464
Author:   rmottola
Date: 2018-09-10 10:56:48 + (Mon, 10 Sep 2018)
Log Message:
---
gs_zipper/trunk: update override due to updated dependency

Modified Paths:
--
csw/mgar/pkg/gs_zipper/trunk/Makefile

Modified: csw/mgar/pkg/gs_zipper/trunk/Makefile
===
--- csw/mgar/pkg/gs_zipper/trunk/Makefile   2018-09-10 07:53:15 UTC (rev 
26463)
+++ csw/mgar/pkg/gs_zipper/trunk/Makefile   2018-09-10 10:56:48 UTC (rev 
26464)
@@ -40,7 +40,7 @@
 
 
 #overrides
-CHECKPKG_OVERRIDES_CSWgs-zipper += 
soname-not-found|libgnustep-gui.so.0.25|is|needed|by|opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper
+CHECKPKG_OVERRIDES_CSWgs-zipper += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper
 CHECKPKG_OVERRIDES_CSWgs-zipper += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper
 CHECKPKG_OVERRIDES_CSWgs-zipper += no-direct-binding
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26465] csw/mgar/pkg/gs_terminal/trunk

2018-09-10 Thread rmottola--- via devel
Revision: 26465
  http://sourceforge.net/p/gar/code/26465
Author:   rmottola
Date: 2018-09-10 13:03:45 + (Mon, 10 Sep 2018)
Log Message:
---
gs_terminal/trunk: update release

Modified Paths:
--
csw/mgar/pkg/gs_terminal/trunk/Makefile
csw/mgar/pkg/gs_terminal/trunk/checksums

Modified: csw/mgar/pkg/gs_terminal/trunk/Makefile
===
--- csw/mgar/pkg/gs_terminal/trunk/Makefile 2018-09-10 10:56:48 UTC (rev 
26464)
+++ csw/mgar/pkg/gs_terminal/trunk/Makefile 2018-09-10 13:03:45 UTC (rev 
26465)
@@ -2,7 +2,7 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = Terminal
-VERSION = 0.9.8
+VERSION = 0.9.9
 GARTYPE = v2
 PACKAGES += CSWgs-terminal
 

Modified: csw/mgar/pkg/gs_terminal/trunk/checksums
===
--- csw/mgar/pkg/gs_terminal/trunk/checksums2018-09-10 10:56:48 UTC (rev 
26464)
+++ csw/mgar/pkg/gs_terminal/trunk/checksums2018-09-10 13:03:45 UTC (rev 
26465)
@@ -1 +1 @@
-e5ee38d17fc5d6840f3e6b167894d14b  Terminal-0.9.8.tar.gz
+07c157b0decb9bb51cc116b0eeb20dbf  Terminal-0.9.9.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26475] csw/mgar/pkg/gs_projectcenter/trunk/Makefile

2018-10-09 Thread rmottola--- via devel
Revision: 26475
  http://sourceforge.net/p/gar/code/26475
Author:   rmottola
Date: 2018-10-09 19:44:04 + (Tue, 09 Oct 2018)
Log Message:
---
gs_projectcenter/trunk: update package at same release

Modified Paths:
--
csw/mgar/pkg/gs_projectcenter/trunk/Makefile

Modified: csw/mgar/pkg/gs_projectcenter/trunk/Makefile
===
--- csw/mgar/pkg/gs_projectcenter/trunk/Makefile2018-10-05 20:05:20 UTC 
(rev 26474)
+++ csw/mgar/pkg/gs_projectcenter/trunk/Makefile2018-10-09 19:44:04 UTC 
(rev 26475)
@@ -30,8 +30,64 @@
 RUNTIME_DEP_PKGS_CSWprojectcenter_5.9 += CSWlibobjc3
 RUNTIME_DEP_PKGS_CSWprojectcenter_5.10 += CSWlibobjc4
 RUNTIME_DEP_PKGS_CSWprojectcenter += 
$(RUNTIME_DEP_PKGS_CSWprojectcenter_$(GAROSREL))
-CHECKPKG_OVERRIDES_CSWprojectcenter = surplus-dependency|CSWgnustep-make
 
+CHECKPKG_OVERRIDES_CSWprojectcenter += surplus-dependency|CSWgnustep-make
+
+CHECKPKG_OVERRIDES_CSWprojectcenter += shared-library-missing-dot-so
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
binary-architecture-does-not-match-placement
+
+CHECKPKG_OVERRIDES_CSWprojectcenter += no-direct-binding
+
+
+# sonames not found are standard for GNUstep
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.parser/ProjectCenter
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Library.project/Library
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Framework.project/Framework
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Bundle.project/Bundle
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/EditorFSC.preferences/EditorFSC
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Build.preferences/Build
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Application.project/Application
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/0.6.2/libProjectCenter.so.0.6.2
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Application.project/Application
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Build.preferences/Build
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/ResourceSet.project/ResourceSet
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Framework.project/Framework
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Misc.preferences/Misc
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Library.project/Library
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libProjectCenter.so.0|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/ProjectCenter
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Saving.preferences/Saving
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Bundle.project/Bundle
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.debugger/ProjectCenter
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Tool.project/Tool
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.editor/ProjectCenter
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
s

SF.net SVN: gar:[26476] csw/mgar/pkg/gs_WebServices/trunk/Makefile

2018-10-16 Thread rmottola--- via devel
Revision: 26476
  http://sourceforge.net/p/gar/code/26476
Author:   rmottola
Date: 2018-10-16 16:27:02 + (Tue, 16 Oct 2018)
Log Message:
---
gs_WebServices/trunk: fix running configure script

Modified Paths:
--
csw/mgar/pkg/gs_WebServices/trunk/Makefile

Modified: csw/mgar/pkg/gs_WebServices/trunk/Makefile
===
--- csw/mgar/pkg/gs_WebServices/trunk/Makefile  2018-10-09 19:44:04 UTC (rev 
26475)
+++ csw/mgar/pkg/gs_WebServices/trunk/Makefile  2018-10-16 16:27:02 UTC (rev 
26476)
@@ -44,7 +44,6 @@
 
 # now special targets for build and install so that we can source
 # GNUstep.sh before
-# configure is skipped
 CONFIGURE_SCRIPTS = sourcegs
 BUILD_SCRIPTS = sourcegs
 INSTALL_SCRIPTS = sourcegs
@@ -62,16 +61,14 @@
 
 
 configure-sourcegs:
-   . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && 
/usr/bin/env -i $(CONFIGURE_ENV) && cd $(WORKSRC) && ./configure 
$(CONFIGURE_ARGS) CPPFLAGS="$(CPPFLAGS)" 
+   $(CONFIGURE_ENV) && . 
$(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && 
./configure $(CONFIGURE_ARGS)
@$(MAKECOOKIE)
 
 build-sourcegs:
-   . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && 
/usr/bin/env -i $(BUILD_ENV) && cd $(WORKSRC) && MAKEFLAGS= $(MAKE) 
$(PARALLELMFLAGS) CPPFLAGS="$(CPPFLAGS)" -C $(OBJDIR) $(BUILD_ARGS)
+   $(BUILD_ENV) && . 
$(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && 
$(MAKE) messages=yes
@$(MAKECOOKIE)
 
 install-sourcegs:
-   $(INSTALL_ENV) &&. 
$(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && 
$(MAKE) install DESTDIR=$(DESTDIR)
+   $(INSTALL_ENV) && . 
$(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && 
$(MAKE) install DESTDIR=$(DESTDIR)
@$(MAKECOOKIE)
 
-test-none :
-   @$(MAKECOOKIE)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26477] csw/mgar/pkg/gs_WebServices/trunk/Makefile

2018-10-17 Thread rmottola--- via devel
Revision: 26477
  http://sourceforge.net/p/gar/code/26477
Author:   rmottola
Date: 2018-10-17 11:01:27 + (Wed, 17 Oct 2018)
Log Message:
---
gs_WebServices/trunk: add another surplus

Modified Paths:
--
csw/mgar/pkg/gs_WebServices/trunk/Makefile

Modified: csw/mgar/pkg/gs_WebServices/trunk/Makefile
===
--- csw/mgar/pkg/gs_WebServices/trunk/Makefile  2018-10-16 16:27:02 UTC (rev 
26476)
+++ csw/mgar/pkg/gs_WebServices/trunk/Makefile  2018-10-17 11:01:27 UTC (rev 
26477)
@@ -34,6 +34,8 @@
 #overrides
 CHECKPKG_OVERRIDES_CSWgnustep-webservices += surplus-dependency|CSWgnustep-make
 CHECKPKG_OVERRIDES_CSWgnustep-webservices += surplus-dependency|CSWgnustep-base
+CHECKPKG_OVERRIDES_CSWgnustep-webservices += surplus-dependency|CSWperformance
+
 CHECKPKG_OVERRIDES_CSWgnustep-webservices += 
binary-architecture-does-not-match-placement
 CHECKPKG_OVERRIDES_CSWgnustep-webservices += no-direct-binding
 CHECKPKG_OVERRIDES_CSWgnustep-webservices += 
soname-not-found|libPerformance.so.0.5|is|needed|by|opt/csw/GNUstep/Local/Library/Libraries/libWebServices.so.0.7.0

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26478] csw/mgar/pkg/gs_WebServices/trunk/Makefile

2018-10-17 Thread rmottola--- via devel
Revision: 26478
  http://sourceforge.net/p/gar/code/26478
Author:   rmottola
Date: 2018-10-17 15:55:38 + (Wed, 17 Oct 2018)
Log Message:
---
gs_WebServices/trunk: disable solaris9 due to lack of current gnutls

Modified Paths:
--
csw/mgar/pkg/gs_WebServices/trunk/Makefile

Modified: csw/mgar/pkg/gs_WebServices/trunk/Makefile
===
--- csw/mgar/pkg/gs_WebServices/trunk/Makefile  2018-10-17 11:01:27 UTC (rev 
26477)
+++ csw/mgar/pkg/gs_WebServices/trunk/Makefile  2018-10-17 15:55:38 UTC (rev 
26478)
@@ -16,8 +16,11 @@
 DISTFILES  = $(DISTNAME).tar.gz
 
 #where can we build?
-PACKAGING_PLATFORMS += solaris9-i386
-PACKAGING_PLATFORMS += solaris9-sparc
+
+#Solaris9 disabled until we get a newer GNUTLS!
+#PACKAGING_PLATFORMS += solaris9-i386
+#PACKAGING_PLATFORMS += solaris9-sparc
+
 PACKAGING_PLATFORMS += solaris10-i386
 PACKAGING_PLATFORMS += solaris10-sparc
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26497] csw/mgar/pkg/gnustep-base/trunk

2019-01-12 Thread rmottola--- via devel
Revision: 26497
  http://sourceforge.net/p/gar/code/26497
Author:   rmottola
Date: 2019-01-12 08:10:19 + (Sat, 12 Jan 2019)
Log Message:
---
gnustep-base/trunk: update to 1.26

Modified Paths:
--
csw/mgar/pkg/gnustep-base/trunk/Makefile
csw/mgar/pkg/gnustep-base/trunk/checksums

Modified: csw/mgar/pkg/gnustep-base/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-base/trunk/Makefile2019-01-08 13:16:41 UTC (rev 
26496)
+++ csw/mgar/pkg/gnustep-base/trunk/Makefile2019-01-12 08:10:19 UTC (rev 
26497)
@@ -2,7 +2,7 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = gnustep-base
-VERSION = 1.25.1
+VERSION = 1.26.0
 GARTYPE = v2
 
 DESCRIPTION = GNUstep-core base
@@ -62,9 +62,9 @@
 CHECKPKG_OVERRIDES_CSWgnustep-base += surplus-dependency|CSWgnustep-make
 
 #these are harmless
-CHECKPKG_OVERRIDES_CSWgnustep-base += 
file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Library/Libraries/gnustep-base/Versions/1.25/Resources/NSTimeZones/README
-CHECKPKG_OVERRIDES_CSWgnustep-base += 
file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Library/Libraries/libgnustep-base.so.1.25.1
-CHECKPKG_OVERRIDES_CSWgnustep-base += 
file-with-bad-content|/usr/share|root/opt/csw/GNUstep/System/Library/Libraries/libgnustep-base.so.1.25.1
+CHECKPKG_OVERRIDES_CSWgnustep-base += 
file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Library/Libraries/gnustep-base/Versions/1.26/Resources/NSTimeZones/README
+CHECKPKG_OVERRIDES_CSWgnustep-base += 
file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Library/Libraries/libgnustep-base.so.1.26.0
+CHECKPKG_OVERRIDES_CSWgnustep-base += 
file-with-bad-content|/usr/share|root/opt/csw/GNUstep/System/Library/Libraries/libgnustep-base.so.1.26.0
 
 
 #overrides for binaries on own package, these are expected, not bound, not 
found. It is done at runtime by sourcing the GNUstep script

Modified: csw/mgar/pkg/gnustep-base/trunk/checksums
===
--- csw/mgar/pkg/gnustep-base/trunk/checksums   2019-01-08 13:16:41 UTC (rev 
26496)
+++ csw/mgar/pkg/gnustep-base/trunk/checksums   2019-01-12 08:10:19 UTC (rev 
26497)
@@ -1 +1 @@
-757130f80a31e9ee30d8c2b83b0c226a  gnustep-base-1.25.1.tar.gz
+7138d50e29ee7c5a7eb724ec5a0af7b7  gnustep-base-1.26.0.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26503] csw/mgar/pkg/gnustep-base/trunk/Makefile

2019-01-22 Thread rmottola--- via devel
Revision: 26503
  http://sourceforge.net/p/gar/code/26503
Author:   rmottola
Date: 2019-01-22 12:06:31 + (Tue, 22 Jan 2019)
Log Message:
---
gnustep-base/trunk: add README override also for /usr/share

Modified Paths:
--
csw/mgar/pkg/gnustep-base/trunk/Makefile

Modified: csw/mgar/pkg/gnustep-base/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-base/trunk/Makefile2019-01-21 12:05:47 UTC (rev 
26502)
+++ csw/mgar/pkg/gnustep-base/trunk/Makefile2019-01-22 12:06:31 UTC (rev 
26503)
@@ -63,6 +63,7 @@
 
 #these are harmless
 CHECKPKG_OVERRIDES_CSWgnustep-base += 
file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Library/Libraries/gnustep-base/Versions/1.26/Resources/NSTimeZones/README
+CHECKPKG_OVERRIDES_CSWgnustep-base += 
file-with-bad-content|/usr/share|root/opt/csw/GNUstep/System/Library/Libraries/gnustep-base/Versions/1.26/Resources/NSTimeZones/README
 CHECKPKG_OVERRIDES_CSWgnustep-base += 
file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Library/Libraries/libgnustep-base.so.1.26.0
 CHECKPKG_OVERRIDES_CSWgnustep-base += 
file-with-bad-content|/usr/share|root/opt/csw/GNUstep/System/Library/Libraries/libgnustep-base.so.1.26.0
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26507] csw/mgar/pkg/gnustep-gui/trunk

2019-01-28 Thread rmottola--- via devel
Revision: 26507
  http://sourceforge.net/p/gar/code/26507
Author:   rmottola
Date: 2019-01-28 17:10:35 + (Mon, 28 Jan 2019)
Log Message:
---
gnustep-gui/trunk: upgrade version

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 2019-01-28 10:58:56 UTC (rev 
26506)
+++ csw/mgar/pkg/gnustep-gui/trunk/Makefile 2019-01-28 17:10:35 UTC (rev 
26507)
@@ -2,7 +2,7 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = gnustep-gui
-VERSION = 0.26.2
+VERSION = 0.27.0
 GARTYPE = v2
 
 DESCRIPTION = GNUstep-core gui

Modified: csw/mgar/pkg/gnustep-gui/trunk/checksums
===
--- csw/mgar/pkg/gnustep-gui/trunk/checksums2019-01-28 10:58:56 UTC (rev 
26506)
+++ csw/mgar/pkg/gnustep-gui/trunk/checksums2019-01-28 17:10:35 UTC (rev 
26507)
@@ -1 +1 @@
-c6a024dcae4a0a5e00880f0be6afb875  gnustep-gui-0.26.2.tar.gz
+92ac64d125e7ec5ecae2c828004b06f3  gnustep-gui-0.27.0.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26511] csw/mgar/pkg/gnustep-back/trunk

2019-02-02 Thread rmottola--- via devel
Revision: 26511
  http://sourceforge.net/p/gar/code/26511
Author:   rmottola
Date: 2019-02-02 22:29:59 + (Sat, 02 Feb 2019)
Log Message:
---
gnustep-back/trunk: update to 0.27 release

Modified Paths:
--
csw/mgar/pkg/gnustep-back/trunk/Makefile
csw/mgar/pkg/gnustep-back/trunk/checksums

Modified: csw/mgar/pkg/gnustep-back/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-back/trunk/Makefile2019-01-29 16:59:53 UTC (rev 
26510)
+++ csw/mgar/pkg/gnustep-back/trunk/Makefile2019-02-02 22:29:59 UTC (rev 
26511)
@@ -2,7 +2,7 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = gnustep-back
-VERSION = 0.26.2
+VERSION = 0.27.0
 GARTYPE = v2
 
 DESCRIPTION = GNUstep-core back
@@ -56,7 +56,7 @@
 
 
 #this is by bundle design
-CHECKPKG_OVERRIDES_CSWgnustep-back += 
shared-library-missing-dot-so|file=opt/csw/GNUstep/System/Library/Bundles/libgnustep-back-026.bundle/libgnustep-back-026
+CHECKPKG_OVERRIDES_CSWgnustep-back += 
shared-library-missing-dot-so|file=opt/csw/GNUstep/System/Library/Bundles/libgnustep-back-027.bundle/libgnustep-back-027
 
 #we do not care about placement
 CHECKPKG_OVERRIDES_CSWgnustep-back += 
binary-architecture-does-not-match-placement

Modified: csw/mgar/pkg/gnustep-back/trunk/checksums
===
--- csw/mgar/pkg/gnustep-back/trunk/checksums   2019-01-29 16:59:53 UTC (rev 
26510)
+++ csw/mgar/pkg/gnustep-back/trunk/checksums   2019-02-02 22:29:59 UTC (rev 
26511)
@@ -1 +1 @@
-5a4d4787d1d86cb2f959dd1d7554abf4  gnustep-back-0.26.2.tar.gz
+086bebdb1f1a78c9255da868f96f3564  gnustep-back-0.27.0.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26641] csw/mgar/pkg/gnustep-make/trunk

2020-05-13 Thread rmottola--- via devel
Revision: 26641
  http://sourceforge.net/p/gar/code/26641
Author:   rmottola
Date: 2020-05-13 09:02:00 + (Wed, 13 May 2020)
Log Message:
---
gnustep-make/trunk: update version to 2.8.0

Modified Paths:
--
csw/mgar/pkg/gnustep-make/trunk/Makefile
csw/mgar/pkg/gnustep-make/trunk/checksums

Modified: csw/mgar/pkg/gnustep-make/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-make/trunk/Makefile2020-05-12 12:58:34 UTC (rev 
26640)
+++ csw/mgar/pkg/gnustep-make/trunk/Makefile2020-05-13 09:02:00 UTC (rev 
26641)
@@ -2,7 +2,7 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = gnustep-make
-VERSION = 2.7.0
+VERSION = 2.8.0
 GARTYPE = v2
 
 DESCRIPTION = GNUstep-core make

Modified: csw/mgar/pkg/gnustep-make/trunk/checksums
===
--- csw/mgar/pkg/gnustep-make/trunk/checksums   2020-05-12 12:58:34 UTC (rev 
26640)
+++ csw/mgar/pkg/gnustep-make/trunk/checksums   2020-05-13 09:02:00 UTC (rev 
26641)
@@ -1 +1 @@
-bd3981da51667df1d011f807895db65d  gnustep-make-2.7.0.tar.gz
+90f96edf0fa536c32e9155e48698317b  gnustep-make-2.8.0.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26642] csw/mgar/pkg/lynx/trunk

2020-05-13 Thread rmottola--- via devel
Revision: 26642
  http://sourceforge.net/p/gar/code/26642
Author:   rmottola
Date: 2020-05-13 11:38:59 + (Wed, 13 May 2020)
Log Message:
---
lynx/trunk: update to 2.8.8 r1

Modified Paths:
--
csw/mgar/pkg/lynx/trunk/Makefile
csw/mgar/pkg/lynx/trunk/checksums

Modified: csw/mgar/pkg/lynx/trunk/Makefile
===
--- csw/mgar/pkg/lynx/trunk/Makefile2020-05-13 09:02:00 UTC (rev 26641)
+++ csw/mgar/pkg/lynx/trunk/Makefile2020-05-13 11:38:59 UTC (rev 26642)
@@ -1,6 +1,7 @@
 NAME = lynx
-VERSION = 2.8.8
-REL = rel.2
+BASEVERSION = 2.8.9
+REL = 1
+VERSION = $(BASEVERSION).$(REL)
 GARTYPE = v2
 
 DESCRIPTION = A text browser for the World Wide Web
@@ -13,9 +14,10 @@
 endef
 
 MASTER_SITES = https://invisible-mirror.net/archives/lynx/tarballs/
-DISTFILES  = $(NAME)$(VERSION)$(REL).tar.bz2
+VERSION = $(BASEVERSION).$(REL)
+DISTNAME = $(NAME)$(BASEVERSION)rel.$(REL)
+DISTFILES  = $(DISTNAME).tar.bz2
 # DISTFILES += COPYING
-DISTNAME = $(NAME)$(subst .,-,$(VERSION))
 
 VENDOR_URL = http://lynx.invisible-island.net
 

Modified: csw/mgar/pkg/lynx/trunk/checksums
===
--- csw/mgar/pkg/lynx/trunk/checksums   2020-05-13 09:02:00 UTC (rev 26641)
+++ csw/mgar/pkg/lynx/trunk/checksums   2020-05-13 11:38:59 UTC (rev 26642)
@@ -1 +1 @@
-b231c2aa34dfe7ca25681ef4e55ee7e8  lynx2.8.8rel.2.tar.bz2
+44316f1b8a857b59099927edc26bef79  lynx2.8.9rel.1.tar.bz2

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26644] csw/mgar/pkg/lynx/trunk/Makefile

2020-05-14 Thread rmottola--- via devel
Revision: 26644
  http://sourceforge.net/p/gar/code/26644
Author:   rmottola
Date: 2020-05-14 18:15:52 + (Thu, 14 May 2020)
Log Message:
---
lynx/trunk: enable solaris 9

Modified Paths:
--
csw/mgar/pkg/lynx/trunk/Makefile

Modified: csw/mgar/pkg/lynx/trunk/Makefile
===
--- csw/mgar/pkg/lynx/trunk/Makefile2020-05-13 12:00:40 UTC (rev 26643)
+++ csw/mgar/pkg/lynx/trunk/Makefile2020-05-14 18:15:52 UTC (rev 26644)
@@ -21,6 +21,10 @@
 
 VENDOR_URL = http://lynx.invisible-island.net
 
+#where can we build?
+PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386
+PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
+
 PACKAGES += CSWlynx
 SPKG_DESC_CSWlynx = A text browser for the World Wide Web
 # PKGFILES is catchall

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26645] csw/mgar/pkg/ncurses/trunk

2020-05-15 Thread rmottola--- via devel
Revision: 26645
  http://sourceforge.net/p/gar/code/26645
Author:   rmottola
Date: 2020-05-15 08:59:04 + (Fri, 15 May 2020)
Log Message:
---
ncurses/trunk: upgrade to 6.2 and enable solaris 9

Modified Paths:
--
csw/mgar/pkg/ncurses/trunk/Makefile
csw/mgar/pkg/ncurses/trunk/checksums

Modified: csw/mgar/pkg/ncurses/trunk/Makefile
===
--- csw/mgar/pkg/ncurses/trunk/Makefile 2020-05-14 18:15:52 UTC (rev 26644)
+++ csw/mgar/pkg/ncurses/trunk/Makefile 2020-05-15 08:59:04 UTC (rev 26645)
@@ -6,7 +6,7 @@
 # https://plus.google.com/105567297772267099132/posts/Bv5GSTQvfzC
 
 NAME = ncurses
-VERSION = 6.1
+VERSION = 6.2
 GARTYPE = v2
 
 define BLURB
@@ -105,6 +105,15 @@
 
 BUILD64 = 1
 
+#where can we build?
+PACKAGING_PLATFORMS += solaris9-sparc
+PACKAGING_PLATFORMS += solaris9-i386
+PACKAGING_PLATFORMS += solaris10-sparc
+PACKAGING_PLATFORMS += solaris10-i386
+
+ISA_DEFAULT_i386-5.9 = pentium_pro
+
+
 EXTRA_MODULATORS = WIDEC
 MODULATIONS_WIDEC = disable enable
 

Modified: csw/mgar/pkg/ncurses/trunk/checksums
===
--- csw/mgar/pkg/ncurses/trunk/checksums2020-05-14 18:15:52 UTC (rev 
26644)
+++ csw/mgar/pkg/ncurses/trunk/checksums2020-05-15 08:59:04 UTC (rev 
26645)
@@ -1 +1 @@
-98c889aaf8d23910d2b92d65be2e737a  ncurses-6.1.tar.gz
+e812da327b1c2214ac1aed440ea3ae8d  ncurses-6.2.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26646] csw/mgar/pkg/gnustep-base/trunk

2020-05-15 Thread rmottola--- via devel
Revision: 26646
  http://sourceforge.net/p/gar/code/26646
Author:   rmottola
Date: 2020-05-15 09:17:45 + (Fri, 15 May 2020)
Log Message:
---
gnustep-base/trunk: update to new 1.27 release

Modified Paths:
--
csw/mgar/pkg/gnustep-base/trunk/Makefile
csw/mgar/pkg/gnustep-base/trunk/checksums

Modified: csw/mgar/pkg/gnustep-base/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-base/trunk/Makefile2020-05-15 08:59:04 UTC (rev 
26645)
+++ csw/mgar/pkg/gnustep-base/trunk/Makefile2020-05-15 09:17:45 UTC (rev 
26646)
@@ -2,7 +2,7 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = gnustep-base
-VERSION = 1.26.0
+VERSION = 1.27.0
 GARTYPE = v2
 
 DESCRIPTION = GNUstep-core base

Modified: csw/mgar/pkg/gnustep-base/trunk/checksums
===
--- csw/mgar/pkg/gnustep-base/trunk/checksums   2020-05-15 08:59:04 UTC (rev 
26645)
+++ csw/mgar/pkg/gnustep-base/trunk/checksums   2020-05-15 09:17:45 UTC (rev 
26646)
@@ -1 +1 @@
-7138d50e29ee7c5a7eb724ec5a0af7b7  gnustep-base-1.26.0.tar.gz
+6f1876a867d1862267a562d4cbb9ede3  gnustep-base-1.27.0.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26647] csw/mgar/pkg/gnustep-base/trunk/Makefile

2020-05-15 Thread rmottola--- via devel
Revision: 26647
  http://sourceforge.net/p/gar/code/26647
Author:   rmottola
Date: 2020-05-15 13:28:34 + (Fri, 15 May 2020)
Log Message:
---
gnustep-base/trunk: update overrides

Modified Paths:
--
csw/mgar/pkg/gnustep-base/trunk/Makefile

Modified: csw/mgar/pkg/gnustep-base/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-base/trunk/Makefile2020-05-15 09:17:45 UTC (rev 
26646)
+++ csw/mgar/pkg/gnustep-base/trunk/Makefile2020-05-15 13:28:34 UTC (rev 
26647)
@@ -62,10 +62,10 @@
 CHECKPKG_OVERRIDES_CSWgnustep-base += surplus-dependency|CSWgnustep-make
 
 #these are harmless
-CHECKPKG_OVERRIDES_CSWgnustep-base += 
file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Library/Libraries/gnustep-base/Versions/1.26/Resources/NSTimeZones/README
-CHECKPKG_OVERRIDES_CSWgnustep-base += 
file-with-bad-content|/usr/share|root/opt/csw/GNUstep/System/Library/Libraries/gnustep-base/Versions/1.26/Resources/NSTimeZones/README
-CHECKPKG_OVERRIDES_CSWgnustep-base += 
file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Library/Libraries/libgnustep-base.so.1.26.0
-CHECKPKG_OVERRIDES_CSWgnustep-base += 
file-with-bad-content|/usr/share|root/opt/csw/GNUstep/System/Library/Libraries/libgnustep-base.so.1.26.0
+CHECKPKG_OVERRIDES_CSWgnustep-base += 
file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Library/Libraries/gnustep-base/Versions/1.27/Resources/NSTimeZones/README
+CHECKPKG_OVERRIDES_CSWgnustep-base += 
file-with-bad-content|/usr/share|root/opt/csw/GNUstep/System/Library/Libraries/gnustep-base/Versions/1.27/Resources/NSTimeZones/README
+CHECKPKG_OVERRIDES_CSWgnustep-base += 
file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Library/Libraries/libgnustep-base.so.1.27.0
+CHECKPKG_OVERRIDES_CSWgnustep-base += 
file-with-bad-content|/usr/share|root/opt/csw/GNUstep/System/Library/Libraries/libgnustep-base.so.1.27.0
 
 
 #overrides for binaries on own package, these are expected, not bound, not 
found. It is done at runtime by sourcing the GNUstep script

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26648] csw/mgar/pkg/ncurses/trunk/Makefile

2020-05-15 Thread rmottola--- via devel
Revision: 26648
  http://sourceforge.net/p/gar/code/26648
Author:   rmottola
Date: 2020-05-15 13:32:10 + (Fri, 15 May 2020)
Log Message:
---
ncurses/trunk: tweak dependencies between Solaris 9 and 10

Modified Paths:
--
csw/mgar/pkg/ncurses/trunk/Makefile

Modified: csw/mgar/pkg/ncurses/trunk/Makefile
===
--- csw/mgar/pkg/ncurses/trunk/Makefile 2020-05-15 13:28:34 UTC (rev 26647)
+++ csw/mgar/pkg/ncurses/trunk/Makefile 2020-05-15 13:32:10 UTC (rev 26648)
@@ -98,9 +98,14 @@
 SPKG_DESC_CSWterminfo = Database of terminal information, part of ncurses
 ARCHALL_CSWterminfo = 1
 PKGFILES_CSWterminfo = $(datadir)/terminfo.*
-RUNTIME_DEP_PKGS_CSWterminfo += CSWterminfo-rxvt-unicode
-CHECKPKG_OVERRIDES_CSWterminfo += surplus-dependency|CSWterminfo-rxvt-unicode
 
+RUNTIME_DEP_PKGS_CSWterminfo-5.10 += CSWterminfo-rxvt-unicode
+RUNTIME_DEP_PKGS_CSWterminfo += $(RUNTIME_DEP_PKGS_CSWterminfo-$(GARCH))
+
+CHECKPKG_OVERRIDES_CSWterminfo-5.10 += 
surplus-dependency|CSWterminfo-rxvt-unicode
+CHECKPKG_OVERRIDES_CSWterminfo += $(CHECKPKG_OVERRIDES_CSWterminfo-$(GARCH))
+
+
 VENDOR_URL = http://www.gnu.org/software/ncurses/ncurses.html
 
 BUILD64 = 1

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26649] csw/mgar/pkg/gnustep-gui/trunk

2020-05-15 Thread rmottola--- via devel
Revision: 26649
  http://sourceforge.net/p/gar/code/26649
Author:   rmottola
Date: 2020-05-15 23:56:32 + (Fri, 15 May 2020)
Log Message:
---
gnustep-gui/trunk: bump version to 0.28

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 2020-05-15 13:32:10 UTC (rev 
26648)
+++ csw/mgar/pkg/gnustep-gui/trunk/Makefile 2020-05-15 23:56:32 UTC (rev 
26649)
@@ -2,7 +2,7 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = gnustep-gui
-VERSION = 0.27.0
+VERSION = 0.28.0
 GARTYPE = v2
 
 DESCRIPTION = GNUstep-core gui

Modified: csw/mgar/pkg/gnustep-gui/trunk/checksums
===
--- csw/mgar/pkg/gnustep-gui/trunk/checksums2020-05-15 13:32:10 UTC (rev 
26648)
+++ csw/mgar/pkg/gnustep-gui/trunk/checksums2020-05-15 23:56:32 UTC (rev 
26649)
@@ -1 +1 @@
-92ac64d125e7ec5ecae2c828004b06f3  gnustep-gui-0.27.0.tar.gz
+060799937015a657dec7948bfb73c1d3  gnustep-gui-0.28.0.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26652] csw/mgar/pkg/gnustep-back/trunk

2020-05-18 Thread rmottola--- via devel
Revision: 26652
  http://sourceforge.net/p/gar/code/26652
Author:   rmottola
Date: 2020-05-18 21:54:43 + (Mon, 18 May 2020)
Log Message:
---
gnustep-back/trunk: update to 0.28

Modified Paths:
--
csw/mgar/pkg/gnustep-back/trunk/Makefile
csw/mgar/pkg/gnustep-back/trunk/checksums

csw/mgar/pkg/gnustep-back/trunk/files/0001-FC_FULLNAME-missing-if-no-fontconfig.patch

Added Paths:
---

csw/mgar/pkg/gnustep-back/trunk/files/0002-FC_FULLNAME-missing-if-no-fontconfig.patch

Modified: csw/mgar/pkg/gnustep-back/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-back/trunk/Makefile2020-05-18 20:13:26 UTC (rev 
26651)
+++ csw/mgar/pkg/gnustep-back/trunk/Makefile2020-05-18 21:54:43 UTC (rev 
26652)
@@ -2,7 +2,7 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = gnustep-back
-VERSION = 0.27.0
+VERSION = 0.28.0
 GARTYPE = v2
 
 DESCRIPTION = GNUstep-core back
@@ -14,6 +14,7 @@
 DISTFILES  = $(DISTNAME).tar.gz
 
 PATCHFILES += 0001-FC_FULLNAME-missing-if-no-fontconfig.patch
+PATCHFILES += 0002-FC_FULLNAME-missing-if-no-fontconfig.patch
 
 BUILD_DEP_PKGS += CSWgmake
 BUILD_DEP_PKGS += CSWsunx11devel
@@ -36,10 +37,10 @@
 RUNTIME_DEP_PKGS_CSWgnustep-back += CSWmesa
 RUNTIME_DEP_PKGS_CSWgnustep-back += CSWlibfontconfig1
 RUNTIME_DEP_PKGS_CSWgnustep-back += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWgnustep-back += CSWlibcairo2
-RUNTIME_DEP_PKGS_CSWgnustep-back += CSWlibfreetype6
 
 #solaris 10
+RUNTIME_DEP_PKGS_CSWgnustep-back_5.10 += CSWlibcairo2
+RUNTIME_DEP_PKGS_CSWgnustep-back_5.10 += CSWlibfreetype6
 RUNTIME_DEP_PKGS_CSWgnustep-back_5.10 += CSWlibobjc4
 RUNTIME_DEP_PKGS_CSWgnustep-back_5.10 += CSWlibxft2
 
@@ -56,7 +57,7 @@
 
 
 #this is by bundle design
-CHECKPKG_OVERRIDES_CSWgnustep-back += 
shared-library-missing-dot-so|file=opt/csw/GNUstep/System/Library/Bundles/libgnustep-back-027.bundle/libgnustep-back-027
+CHECKPKG_OVERRIDES_CSWgnustep-back += 
shared-library-missing-dot-so|file=opt/csw/GNUstep/System/Library/Bundles/libgnustep-back-028.bundle/libgnustep-back-028
 
 #we do not care about placement
 CHECKPKG_OVERRIDES_CSWgnustep-back += 
binary-architecture-does-not-match-placement
@@ -89,9 +90,16 @@
 
 #CONFIGURE_ARGS_5.9 += --enable-graphics=xlib
 CONFIGURE_ARGS_5.9 += --enable-graphics=cairo
+CONFIGURE_ARGS_5.9 += CAIRO_CFLAGS="-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS 
-DXTHREADS -DXUSE_MTSAFE_API -I/opt/csw/include/cairo 
-I/opt/csw/include/pixman-1 -I/opt/csw/include -I/opt/csw/include/freetype2 
-I/opt/csw/include/libpng16" 
+CONFIGURE_ARGS_5.9 += CAIRO_LIBS="-L/opt/csw/lib -lcairo -lpthread"
+CONFIGURE_ARGS_5.9 += CAIRO_XLIB_CFLAGS="-D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DXTHREADS -DXUSE_MTSAFE_API 
-I/opt/csw/include/cairo -I/opt/csw/include -I/opt/csw/include/pixman-1 
-I/opt/csw/include/freetype2 -I/opt/csw/include/libpng16  "
+CONFIGURE_ARGS_5.9 += CAIRO_XLIB_LIBS="-L/opt/csw/lib -lcairo -lXext -lX11 "
 #CONFIGURE_ARGS_5.9 += --without-freetype
 #CONFIGURE_ARGS_5.9 += CFLAGS="$(CFLAGS) -I/opt/csw/include/freetype2"
-#CONFIGURE_ARGS_5.9 += CFLAGS="$(CFLAGS) -I/opt/csw/include/freetype2 
-I/opt/csw/include/cairo" LDFLAGS="$(LDFLAGS) -lcairo"
+#CONFIGURE_ARGS_5.9 += CFLAGS="$(CFLAGS) " LDFLAGS="$(LDFLAGS) -lcairo 
-lpthread"
+
+
+
 CONFIGURE_ARGS_5.10 += --enable-graphics=cairo 
 
 CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GAROSREL))
@@ -98,12 +106,6 @@
 
 BUILD_ARGS += messages=yes
 
-EXTRA_CPPFLAGS += -I$(includedir)/freetype2
-EXTRA_CPPFLAGS += -I$(includedir)/cairo
-
-EXTRA_LDFLAGS += -lcairo
-EXTRA_LDFLAGS += -lpthread
-
 include gar/category.mk
 
 configure-sourcegs:

Modified: csw/mgar/pkg/gnustep-back/trunk/checksums
===
--- csw/mgar/pkg/gnustep-back/trunk/checksums   2020-05-18 20:13:26 UTC (rev 
26651)
+++ csw/mgar/pkg/gnustep-back/trunk/checksums   2020-05-18 21:54:43 UTC (rev 
26652)
@@ -1 +1 @@
-086bebdb1f1a78c9255da868f96f3564  gnustep-back-0.27.0.tar.gz
+4ee7f262a07b046c54d75391fbbc5eac  gnustep-back-0.28.0.tar.gz

Modified: 
csw/mgar/pkg/gnustep-back/trunk/files/0001-FC_FULLNAME-missing-if-no-fontconfig.patch
===
--- 
csw/mgar/pkg/gnustep-back/trunk/files/0001-FC_FULLNAME-missing-if-no-fontconfig.patch
   2020-05-18 20:13:26 UTC (rev 26651)
+++ 
csw/mgar/pkg/gnustep-back/trunk/files/0001-FC_FULLNAME-missing-if-no-fontconfig.patch
   2020-05-18 21:54:43 UTC (rev 26652)
@@ -1,27 +1,14 @@
-From d1e9ef277e40f2617baa1e2d2bc9507e4d06bf64 Mon Sep 17 00:00:00 2001
-From: Riccardo Mottola 
-Date: Thu, 27 Apr 2017 14:41:12 +0200
-Subject: [PATCH] FC_FULLNAME missing if no fontconfig
-

- Source/fontconfig/FCFontEnumerator.m |4 
- 1 file changed, 4 insertions(+)
-
-diff --git a/Source/fontconfig/FCFontEnumerator.m 
b/Source/fontconfig/FCFontEnumerator.m
-index fcdd706..a34bd4d 100644
 a/Source/fontconfig/FC

SF.net SVN: gar:[26653] csw/mgar/pkg/gnustep-back/trunk/Makefile

2020-05-18 Thread rmottola--- via devel
Revision: 26653
  http://sourceforge.net/p/gar/code/26653
Author:   rmottola
Date: 2020-05-18 22:04:15 + (Mon, 18 May 2020)
Log Message:
---
gnustep-back/trunk: cleanup and use 

Modified Paths:
--
csw/mgar/pkg/gnustep-back/trunk/Makefile

Modified: csw/mgar/pkg/gnustep-back/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-back/trunk/Makefile2020-05-18 21:54:43 UTC (rev 
26652)
+++ csw/mgar/pkg/gnustep-back/trunk/Makefile2020-05-18 22:04:15 UTC (rev 
26653)
@@ -90,16 +90,13 @@
 
 #CONFIGURE_ARGS_5.9 += --enable-graphics=xlib
 CONFIGURE_ARGS_5.9 += --enable-graphics=cairo
-CONFIGURE_ARGS_5.9 += CAIRO_CFLAGS="-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS 
-DXTHREADS -DXUSE_MTSAFE_API -I/opt/csw/include/cairo 
-I/opt/csw/include/pixman-1 -I/opt/csw/include -I/opt/csw/include/freetype2 
-I/opt/csw/include/libpng16" 
+CONFIGURE_ARGS_5.9 += CAIRO_CFLAGS="-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS 
-DXTHREADS -DXUSE_MTSAFE_API -I$(includedir)/cairo -I$(includedir)/pixman-1 
-I$(includedir) -I$(includedir)/freetype2 -I$(includedir)/libpng16" 
 CONFIGURE_ARGS_5.9 += CAIRO_LIBS="-L/opt/csw/lib -lcairo -lpthread"
-CONFIGURE_ARGS_5.9 += CAIRO_XLIB_CFLAGS="-D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DXTHREADS -DXUSE_MTSAFE_API 
-I/opt/csw/include/cairo -I/opt/csw/include -I/opt/csw/include/pixman-1 
-I/opt/csw/include/freetype2 -I/opt/csw/include/libpng16  "
+CONFIGURE_ARGS_5.9 += CAIRO_XLIB_CFLAGS="-D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DXTHREADS -DXUSE_MTSAFE_API -I$(includedir)/cairo 
-I$(includedir) -I$(includedir)/pixman-1 -I$(includedir)/freetype2 
-I$(includedir)/libpng16  "
 CONFIGURE_ARGS_5.9 += CAIRO_XLIB_LIBS="-L/opt/csw/lib -lcairo -lXext -lX11 "
 #CONFIGURE_ARGS_5.9 += --without-freetype
-#CONFIGURE_ARGS_5.9 += CFLAGS="$(CFLAGS) -I/opt/csw/include/freetype2"
-#CONFIGURE_ARGS_5.9 += CFLAGS="$(CFLAGS) " LDFLAGS="$(LDFLAGS) -lcairo 
-lpthread"
 
 
-
 CONFIGURE_ARGS_5.10 += --enable-graphics=cairo 
 
 CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GAROSREL))

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26654] csw/mgar/pkg/gnustep-back/trunk/Makefile

2020-05-19 Thread rmottola--- via devel
Revision: 26654
  http://sourceforge.net/p/gar/code/26654
Author:   rmottola
Date: 2020-05-19 09:12:36 + (Tue, 19 May 2020)
Log Message:
---
gnustep-back/trunk: tweak dependencies

Modified Paths:
--
csw/mgar/pkg/gnustep-back/trunk/Makefile

Modified: csw/mgar/pkg/gnustep-back/trunk/Makefile
===
--- csw/mgar/pkg/gnustep-back/trunk/Makefile2020-05-18 22:04:15 UTC (rev 
26653)
+++ csw/mgar/pkg/gnustep-back/trunk/Makefile2020-05-19 09:12:36 UTC (rev 
26654)
@@ -35,11 +35,11 @@
 RUNTIME_DEP_PKGS_CSWgnustep-back += CSWgnustep-gui
 RUNTIME_DEP_PKGS_CSWgnustep-back += CSWlibxrender
 RUNTIME_DEP_PKGS_CSWgnustep-back += CSWmesa
-RUNTIME_DEP_PKGS_CSWgnustep-back += CSWlibfontconfig1
 RUNTIME_DEP_PKGS_CSWgnustep-back += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWgnustep-back += CSWlibcairo2
 
 #solaris 10
-RUNTIME_DEP_PKGS_CSWgnustep-back_5.10 += CSWlibcairo2
+RUNTIME_DEP_PKGS_CSWgnustep-back_5.10 += CSWlibfontconfig1
 RUNTIME_DEP_PKGS_CSWgnustep-back_5.10 += CSWlibfreetype6
 RUNTIME_DEP_PKGS_CSWgnustep-back_5.10 += CSWlibobjc4
 RUNTIME_DEP_PKGS_CSWgnustep-back_5.10 += CSWlibxft2

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26655] csw/mgar/pkg/gs_gorm/trunk

2020-05-19 Thread rmottola--- via devel
Revision: 26655
  http://sourceforge.net/p/gar/code/26655
Author:   rmottola
Date: 2020-05-19 22:54:39 + (Tue, 19 May 2020)
Log Message:
---
gs_gorm/trunk: bump version, adjust overrides accordingly, add patch

Modified Paths:
--
csw/mgar/pkg/gs_gorm/trunk/Makefile
csw/mgar/pkg/gs_gorm/trunk/checksums

Added Paths:
---
csw/mgar/pkg/gs_gorm/trunk/files/0001-floorf.patch

Modified: csw/mgar/pkg/gs_gorm/trunk/Makefile
===
--- csw/mgar/pkg/gs_gorm/trunk/Makefile 2020-05-19 09:12:36 UTC (rev 26654)
+++ csw/mgar/pkg/gs_gorm/trunk/Makefile 2020-05-19 22:54:39 UTC (rev 26655)
@@ -2,7 +2,7 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = gorm
-VERSION = 1.2.23
+VERSION = 1.2.26
 GARTYPE = v2
 
 DESCRIPTION = GNUstep graphical interface builder
@@ -13,6 +13,7 @@
 MASTER_SITES = ftp://ftp.gnustep.org/pub/gnustep/dev-apps/
 DISTFILES  = $(DISTNAME).tar.gz
 
+PATCHFILES += 0001-floorf.patch
 
 BUILD_DEP_PKGS += CSWgmake
 
@@ -48,37 +49,37 @@
 #we don't directly bind currently
 CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding
 
-CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Gorm
-CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/3Containers
-CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Nib.plugin/Nib
-CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGormPrefs.so.1.2.23
-CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Xib.plugin/Xib
-CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Xib.plugin/Xib
-CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGorm.so.1.1.0
-CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGorm.so.1.1.0
-CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Gorm
-CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/0Menus
-CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/4Data
-CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/4Data
+CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Gorm
+CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/3Containers
+CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Nib.plugin/Nib
+CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGormPrefs.so.1.2.26
+CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Xib.plugin/Xib
+CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Xib.plugin/Xib
+CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGorm.so.1.1.0
+CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGorm.so.1.1.0
+CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Gorm
+CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/0Menus
+CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/4Data
+CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/4Data
 CHECKPKG_OVERRIDES_CSWgorm += 
soname-not-found|libGormObjCHeaderParser.so.1|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Gorm
-CHECKPKG_OV

SF.net SVN: gar:[26656] csw/mgar/pkg/gs_projectcenter/trunk/Makefile

2020-05-20 Thread rmottola--- via devel
Revision: 26656
  http://sourceforge.net/p/gar/code/26656
Author:   rmottola
Date: 2020-05-20 21:05:13 + (Wed, 20 May 2020)
Log Message:
---
gs_projectcenter/trunk: update depdendencies

Modified Paths:
--
csw/mgar/pkg/gs_projectcenter/trunk/Makefile

Modified: csw/mgar/pkg/gs_projectcenter/trunk/Makefile
===
--- csw/mgar/pkg/gs_projectcenter/trunk/Makefile2020-05-19 22:54:39 UTC 
(rev 26655)
+++ csw/mgar/pkg/gs_projectcenter/trunk/Makefile2020-05-20 21:05:13 UTC 
(rev 26656)
@@ -40,39 +40,39 @@
 
 
 # sonames not found are standard for GNUstep
-CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.parser/ProjectCenter
-CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Library.project/Library
-CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Framework.project/Framework
-CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Bundle.project/Bundle
-CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/EditorFSC.preferences/EditorFSC
-CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Build.preferences/Build
-CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Application.project/Application
-CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/0.6.2/libProjectCenter.so.0.6.2
-CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Application.project/Application
-CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Build.preferences/Build
-CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/ResourceSet.project/ResourceSet
-CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Framework.project/Framework
-CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Misc.preferences/Misc
-CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Library.project/Library
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.parser/ProjectCenter
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Library.project/Library
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Framework.project/Framework
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Bundle.project/Bundle
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/EditorFSC.preferences/EditorFSC
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Build.preferences/Build
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Application.project/Application
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/0.6.2/libProjectCenter.so.0.6.2
+CHECKPKG_OVERRIDES_CSWprojectcenter += 
soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Application.project/Application
+CHECKPKG

SF.net SVN: gar:[26657] csw/mgar/pkg/gs_PRICE/trunk/Makefile

2020-05-21 Thread rmottola--- via devel
Revision: 26657
  http://sourceforge.net/p/gar/code/26657
Author:   rmottola
Date: 2020-05-21 19:49:44 + (Thu, 21 May 2020)
Log Message:
---
gs_PRICE/trunk: update overrides for new dependencies

Modified Paths:
--
csw/mgar/pkg/gs_PRICE/trunk/Makefile

Modified: csw/mgar/pkg/gs_PRICE/trunk/Makefile
===
--- csw/mgar/pkg/gs_PRICE/trunk/Makefile2020-05-20 21:05:13 UTC (rev 
26656)
+++ csw/mgar/pkg/gs_PRICE/trunk/Makefile2020-05-21 19:49:44 UTC (rev 
26657)
@@ -35,8 +35,8 @@
 
 #known GNUstep app bundle overrides
 CHECKPKG_OVERRIDES_CSWgs-price += no-direct-binding
-CHECKPKG_OVERRIDES_CSWgs-price += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE
-CHECKPKG_OVERRIDES_CSWgs-price += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE
+CHECKPKG_OVERRIDES_CSWgs-price += 
soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE
+CHECKPKG_OVERRIDES_CSWgs-price += 
soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE
 
 #known placement problems
 CHECKPKG_OVERRIDES_CSWgs-price += binary-architecture-does-not-match-placement

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26658] csw/mgar/pkg/gs_ftp/trunk/Makefile

2020-05-21 Thread rmottola--- via devel
Revision: 26658
  http://sourceforge.net/p/gar/code/26658
Author:   rmottola
Date: 2020-05-21 22:04:16 + (Thu, 21 May 2020)
Log Message:
---
gs_ftp/trunk: update dependencies

Modified Paths:
--
csw/mgar/pkg/gs_ftp/trunk/Makefile

Modified: csw/mgar/pkg/gs_ftp/trunk/Makefile
===
--- csw/mgar/pkg/gs_ftp/trunk/Makefile  2020-05-21 19:49:44 UTC (rev 26657)
+++ csw/mgar/pkg/gs_ftp/trunk/Makefile  2020-05-21 22:04:16 UTC (rev 26658)
@@ -37,8 +37,8 @@
 
 #we do not directly bind
 CHECKPKG_OVERRIDES_CSWgs-ftp += no-direct-binding
-CHECKPKG_OVERRIDES_CSWgs-ftp += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/Local/Applications/FTP.app/FTP
-CHECKPKG_OVERRIDES_CSWgs-ftp += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/Local/Applications/FTP.app/FTP
+CHECKPKG_OVERRIDES_CSWgs-ftp += 
soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/Local/Applications/FTP.app/FTP
+CHECKPKG_OVERRIDES_CSWgs-ftp += 
soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/Local/Applications/FTP.app/FTP
 
 
 #where can we build?

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26661] csw/mgar/pkg/gs_zipper/trunk/Makefile

2020-05-26 Thread rmottola--- via devel
Revision: 26661
  http://sourceforge.net/p/gar/code/26661
Author:   rmottola
Date: 2020-05-26 15:36:43 + (Tue, 26 May 2020)
Log Message:
---
gs_zipper/trunk: update overrides

Modified Paths:
--
csw/mgar/pkg/gs_zipper/trunk/Makefile

Modified: csw/mgar/pkg/gs_zipper/trunk/Makefile
===
--- csw/mgar/pkg/gs_zipper/trunk/Makefile   2020-05-26 06:25:51 UTC (rev 
26660)
+++ csw/mgar/pkg/gs_zipper/trunk/Makefile   2020-05-26 15:36:43 UTC (rev 
26661)
@@ -40,8 +40,8 @@
 
 
 #overrides
-CHECKPKG_OVERRIDES_CSWgs-zipper += 
soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper
-CHECKPKG_OVERRIDES_CSWgs-zipper += 
soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper
+CHECKPKG_OVERRIDES_CSWgs-zipper += 
soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper
+CHECKPKG_OVERRIDES_CSWgs-zipper += 
soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper
 CHECKPKG_OVERRIDES_CSWgs-zipper += no-direct-binding
 
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



SF.net SVN: gar:[26662] csw/mgar/pkg/gs_WebServices/trunk/Makefile

2020-05-27 Thread rmottola--- via devel
Revision: 26662
  http://sourceforge.net/p/gar/code/26662
Author:   rmottola
Date: 2020-05-27 07:39:42 + (Wed, 27 May 2020)
Log Message:
---
gs_WebServices/trunk: Update dependency

Modified Paths:
--
csw/mgar/pkg/gs_WebServices/trunk/Makefile

Modified: csw/mgar/pkg/gs_WebServices/trunk/Makefile
===
--- csw/mgar/pkg/gs_WebServices/trunk/Makefile  2020-05-26 15:36:43 UTC (rev 
26661)
+++ csw/mgar/pkg/gs_WebServices/trunk/Makefile  2020-05-27 07:39:42 UTC (rev 
26662)
@@ -31,7 +31,7 @@
 #RUNTIME_DEP_PKGS_CSWgnustep-webservices_5.9 += CSWlibobjc3
 #RUNTIME_DEP_PKGS_CSWgnustep-webservices_5.10 += CSWlibobjc4
 RUNTIME_DEP_PKGS_CSWgnustep-webservices_5.10 += CSWlibgnutls28
-RUNTIME_DEP_PKGS_CSWgnustep-webservices_5.10 += CSWlibnettle6
+RUNTIME_DEP_PKGS_CSWgnustep-webservices_5.10 += CSWlibnettle7
 RUNTIME_DEP_PKGS_CSWgnustep-webservices += 
$(RUNTIME_DEP_PKGS_CSWgnustep-webservices_$(GAROSREL))
 
 #overrides

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



  1   2   >