From dmichelsen at users.sourceforge.net Sun Apr 2 14:10:40 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sun, 02 Apr 2017 12:10:40 +0000 Subject: SF.net SVN: gar:[26129] csw/mgar/pkg/stunnel/trunk Message-ID: <1491135040.700445.6007@sfp-scm-1.v30.ch3.sourceforge.com> Revision: 26129 http://sourceforge.net/p/gar/code/26129 Author: dmichelsen Date: 2017-04-02 12:10:40 +0000 (Sun, 02 Apr 2017) Log Message: ----------- stunnel/trunk: Update to 5.41 Modified Paths: -------------- csw/mgar/pkg/stunnel/trunk/Makefile csw/mgar/pkg/stunnel/trunk/checksums Modified: csw/mgar/pkg/stunnel/trunk/Makefile =================================================================== --- csw/mgar/pkg/stunnel/trunk/Makefile 2017-03-31 07:34:44 UTC (rev 26128) +++ csw/mgar/pkg/stunnel/trunk/Makefile 2017-04-02 12:10:40 UTC (rev 26129) @@ -1,7 +1,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = stunnel -VERSION = 5.38 +VERSION = 5.41 #BETA = b3 GARTYPE = v2 Modified: csw/mgar/pkg/stunnel/trunk/checksums =================================================================== --- csw/mgar/pkg/stunnel/trunk/checksums 2017-03-31 07:34:44 UTC (rev 26128) +++ csw/mgar/pkg/stunnel/trunk/checksums 2017-04-02 12:10:40 UTC (rev 26129) @@ -1 +1 @@ -4f91715f097da5f061eb0c8b635ad440 stunnel-5.38.tar.gz +583bb43e4344e4a7190acb636f8b5024 stunnel-5.41.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Apr 4 11:27:03 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 04 Apr 2017 09:27:03 +0000 Subject: SF.net SVN: gar:[26130] csw/mgar/pkg/autoconf-archive/trunk Message-ID: <1491298023.887437.1289@sfp-scm-1.v30.ch3.sourceforge.com> Revision: 26130 http://sourceforge.net/p/gar/code/26130 Author: dmichelsen Date: 2017-04-04 09:27:03 +0000 (Tue, 04 Apr 2017) Log Message: ----------- autoconf-archive/trunk: Update to 2017.03.21 and general rework Modified Paths: -------------- csw/mgar/pkg/autoconf-archive/trunk/Makefile csw/mgar/pkg/autoconf-archive/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/autoconf-archive/trunk/files/changelog.CSW Modified: csw/mgar/pkg/autoconf-archive/trunk/Makefile =================================================================== --- csw/mgar/pkg/autoconf-archive/trunk/Makefile 2017-04-02 12:10:40 UTC (rev 26129) +++ csw/mgar/pkg/autoconf-archive/trunk/Makefile 2017-04-04 09:27:03 UTC (rev 26130) @@ -2,12 +2,8 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = autoconf-archive -VERSION = 2013.11.01 -GARTYPE = v2 -ARCHALL = 1 +VERSION = 2017.03.21 -PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 - DESCRIPTION = Collection of macros for GNU Autoconf define BLURB The GNU Autoconf Archive is a collection of more than 450 macros for GNU Autoconf that have been contributed as free software by friendly supporters of the cause from all over the Internet. @@ -14,31 +10,22 @@ endef MASTER_SITES = $(GNU_MIRROR) -DISTFILES = $(DISTNAME).tar.xz -DISTFILES += changelog.CSW +DISTFILES += $(DISTNAME).tar.xz -# File name regex to get notifications about upstream software releases -# NOTE: Use this only if the automatic regex creation -# does not work for your package -UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.xz +PACKAGES += CSWautoconf-archive +SPKG_DESC_CSWautoconf-archive = Collection of macros for GNU Autoconf +# PKGFILES is catchall +RUNTIME_DEP_PKGS_CSWautoconf-archive = CSWautoconf +ARCHALL:CSWautoconf-archive = 1 -# If the url used to check for software update is different of MASTER_SITES, then -# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES -# UPSTREAM_MASTER_SITES = - -CHECKPKG_OVERRIDES_CSWautoconf-archive += file-with-bad-content| CHECKPKG_OVERRIDES_CSWautoconf-archive += surplus-dependency|CSWautoconf -RUNTIME_DEP_PKGS = CSWautoconf - -CONFIGURE_ARGS = $(DIRPATHS) - include gar/category.mk -post-merge: - if [ -d $(PKGROOT)$(datadir)/autoconf-archive ] ; then \ - [ -d $(PKGROOT)$(docdir)/autoconf_archive/ ] || mkdir -p $(PKGROOT)$(docdir)/autoconf_archive ; \ - mv $(PKGROOT)$(datadir)/autoconf-archive/* $(PKGROOT)$(docdir)/autoconf_archive/ ; \ - rmdir $(PKGROOT)$(datadir)/autoconf-archive ; \ +post-install: + if [ -d $(DESTDIR)$(datadir)/autoconf-archive ] ; then \ + [ -d $(DESTDIR)$(docdir)/autoconf_archive/ ] || mkdir -p $(DESTDIR)$(docdir)/autoconf_archive ; \ + mv $(DESTDIR)$(datadir)/autoconf-archive/* $(DESTDIR)$(docdir)/autoconf_archive/ ; \ + rmdir $(DESTDIR)$(datadir)/autoconf-archive ; \ fi @$(MAKECOOKIE) Modified: csw/mgar/pkg/autoconf-archive/trunk/checksums =================================================================== --- csw/mgar/pkg/autoconf-archive/trunk/checksums 2017-04-02 12:10:40 UTC (rev 26129) +++ csw/mgar/pkg/autoconf-archive/trunk/checksums 2017-04-04 09:27:03 UTC (rev 26130) @@ -1 +1 @@ -f01381c7d3570cf3fcf65093989e0d29 autoconf-archive-2013.11.01.tar.xz +39549f8b3f34d2c910c92e58912e1a64 autoconf-archive-2017.03.21.tar.xz Deleted: csw/mgar/pkg/autoconf-archive/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/autoconf-archive/trunk/files/changelog.CSW 2017-04-02 12:10:40 UTC (rev 26129) +++ csw/mgar/pkg/autoconf-archive/trunk/files/changelog.CSW 2017-04-04 09:27:03 UTC (rev 26130) @@ -1,12 +0,0 @@ -autoconf-archive (2013.11.01,REV=2013.11.12) - - * Updated to 2013.11.01. - - -- Rafael Ostertag Tue, 12 Nov 2013 20:26:12 +0100 - - -autoconf-archive (2012.09.08,REV=2012.10.07) - - * Initial release. - - -- Rafael Ostertag Sun, 07 Oct 2012 19:19:59 +0200 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Apr 4 11:29:59 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 04 Apr 2017 09:29:59 +0000 Subject: SF.net SVN: gar:[26131] csw/mgar/pkg/autoconf-archive/trunk/Makefile Message-ID: <1491298199.840800.31560@sfp-scm-2.v30.ch3.sourceforge.com> Revision: 26131 http://sourceforge.net/p/gar/code/26131 Author: dmichelsen Date: 2017-04-04 09:29:59 +0000 (Tue, 04 Apr 2017) Log Message: ----------- autoconf-archive/trunk: Correct typo Modified Paths: -------------- csw/mgar/pkg/autoconf-archive/trunk/Makefile Modified: csw/mgar/pkg/autoconf-archive/trunk/Makefile =================================================================== --- csw/mgar/pkg/autoconf-archive/trunk/Makefile 2017-04-04 09:27:03 UTC (rev 26130) +++ csw/mgar/pkg/autoconf-archive/trunk/Makefile 2017-04-04 09:29:59 UTC (rev 26131) @@ -16,7 +16,7 @@ SPKG_DESC_CSWautoconf-archive = Collection of macros for GNU Autoconf # PKGFILES is catchall RUNTIME_DEP_PKGS_CSWautoconf-archive = CSWautoconf -ARCHALL:CSWautoconf-archive = 1 +ARCHALL_CSWautoconf-archive = 1 CHECKPKG_OVERRIDES_CSWautoconf-archive += surplus-dependency|CSWautoconf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From janholzh at users.sourceforge.net Fri Apr 7 13:25:16 2017 From: janholzh at users.sourceforge.net (janholzh at users.sourceforge.net) Date: Fri, 07 Apr 2017 11:25:16 +0000 Subject: SF.net SVN: gar:[26132] csw/mgar/pkg/libarchive/trunk Message-ID: <1491564316.139702.9488@sfp-scm-3.v30.ch3.sourceforge.com> Revision: 26132 http://sourceforge.net/p/gar/code/26132 Author: janholzh Date: 2017-04-07 11:25:15 +0000 (Fri, 07 Apr 2017) Log Message: ----------- libarchive/trunk: update to 3.0.4 Modified Paths: -------------- csw/mgar/pkg/libarchive/trunk/Makefile csw/mgar/pkg/libarchive/trunk/checksums Modified: csw/mgar/pkg/libarchive/trunk/Makefile =================================================================== --- csw/mgar/pkg/libarchive/trunk/Makefile 2017-04-04 09:29:59 UTC (rev 26131) +++ csw/mgar/pkg/libarchive/trunk/Makefile 2017-04-07 11:25:15 UTC (rev 26132) @@ -1,7 +1,7 @@ # : Makefile 9089 2010-03-11 08:34:46Z wahwah $ NAME = libarchive -#VERSION = 3.1.2 -VERSION = 2.8.4 +VERSION = 3.0.4 +#VERSION = 2.8.4 GARTYPE = v2 DESCRIPTION = C library for reading and writing various archive formats @@ -10,6 +10,8 @@ DISTFILES += $(DISTNAME).tar.gz # PATCHFILES += 0001-Consider-name-to-be-NULL-in-ACL-test.patch +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + VENDOR_URL = http://www.libarchive.org BUILD_DEP_PKGS += CSWliblzma-dev @@ -18,16 +20,23 @@ BUILD_DEP_PKGS += CSWlibxml2-dev BUILD_DEP_PKGS += CSWlibssl-dev -PACKAGES += CSWlibarchive2 -SPKG_DESC_CSWlibarchive2 = C library for reading and writing various archive formats, libarchive.so.2 -PKGFILES_CSWlibarchive2 = $(call pkgfiles_lib,libarchive.so.2) -RUNTIME_DEP_PKGS_CSWlibarchive2 += CSWliblzma5 -RUNTIME_DEP_PKGS_CSWlibarchive2 += CSWlibbz2-1-0 -RUNTIME_DEP_PKGS_CSWlibarchive2 += CSWlibssl1-0-0 +CONFIGURE_ARGS += $(DIRPATHS) +CONFIGURE_ARGS += --without-nettle +PACKAGES += CSWlibarchive12 +SPKG_DESC_CSWlibarchive12 = C library for reading and writing various archive formats, libarchive.so.12 +PKGFILES_CSWlibarchive12 = $(call pkgfiles_lib,libarchive.so.12) +RUNTIME_DEP_PKGS_CSWlibarchive12 += CSWliblzma5 +RUNTIME_DEP_PKGS_CSWlibarchive12 += CSWlibbz2-1-0 +RUNTIME_DEP_PKGS_CSWlibarchive12 += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWlibarchive12 += CSWlibiconv2 +RUNTIME_DEP_PKGS_CSWlibarchive12 += CSWlibz1 +RUNTIME_DEP_PKGS_CSWlibarchive12 += CSWlibxml2-2 + + PACKAGES += CSWlibarchive-dev -SPKG_DESC_CSWlibarchive-dev = Development files for libarchive.so.2 -RUNTIME_DEP_PKGS_CSWlibarchive-dev = CSWlibarchive2 +SPKG_DESC_CSWlibarchive-dev = Development files for libarchive.so.12 +RUNTIME_DEP_PKGS_CSWlibarchive-dev = CSWlibarchive12 PKGFILES_CSWlibarchive-dev = $(PKGFILES_DEVEL) PKGFILES_CSWlibarchive-dev += $(mandir)/man5/.* OBSOLETED_BY_CSWlibarchive-dev += CSWlibarchive-devel @@ -38,7 +47,14 @@ RUNTIME_DEP_PKGS_CSWlibarchive-utils += CSWliblzma5 RUNTIME_DEP_PKGS_CSWlibarchive-utils += CSWlibbz2-1-0 RUNTIME_DEP_PKGS_CSWlibarchive-utils += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWlibarchive-utils += CSWlibarchive12 +RUNTIME_DEP_PKGS_CSWlibarchive-utils += CSWlibiconv2 +RUNTIME_DEP_PKGS_CSWlibarchive-utils += CSWlibxml2-2 +RUNTIME_DEP_PKGS_CSWlibarchive-utils += CSWlibz1 +CHECKPKG_OVERRIDES_CSWlibarchive-utils += surplus-dependency|CSWlibarchive12 + + EXTRA_INC = $(includedir)/cryptopp BUILD64_LIBS_ONLY = 1 Modified: csw/mgar/pkg/libarchive/trunk/checksums =================================================================== --- csw/mgar/pkg/libarchive/trunk/checksums 2017-04-04 09:29:59 UTC (rev 26131) +++ csw/mgar/pkg/libarchive/trunk/checksums 2017-04-07 11:25:15 UTC (rev 26132) @@ -1 +1 @@ -83b237a542f27969a8d68ac217dc3796 libarchive-2.8.4.tar.gz +af443ca9a10ddbcbf00f7ae34ca7fc16 libarchive-3.0.4.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From opencsw+devel at bsdsx.fr Sun Apr 9 17:09:05 2017 From: opencsw+devel at bsdsx.fr (Freddy DISSAUX) Date: Sun, 9 Apr 2017 17:09:05 +0200 Subject: OpenSMTPD - CSWlibasr-dev and CSWlibfts-dev Message-ID: <20170409150905.GA29054@blade.bsdsx.fr> Hello, I would add OpenSMTPD to opencsw but 'mgar fetch' fail: bsdsx at unstable10s>cd opencsw/opensmtpd-devel/trunk/ bsdsx at unstable10s:/home/bsdsx/opencsw/opensmtpd-devel/trunk>mgar fetch [===== NOW BUILDING: OpenSMTPD-OpenSMTPD-8e25e5b =====] ... ==> Verifying installed package CSWlibasr-dev: MISSING ==> Verifying installed package CSWlibfts-dev: MISSING gmake: *** [gar/gar.mk:323: check-prereqs] Error 1 Someone can install CSWlibasr-dev and CSWlibfts-dev on unstable10s and unstable10x ? opencsw/opensmtpd-devel is not yet commited. Thanks in advance, Regards. From dam at opencsw.org Sun Apr 9 18:04:04 2017 From: dam at opencsw.org (Dagobert Michelsen) Date: Sun, 9 Apr 2017 18:04:04 +0200 Subject: OpenSMTPD - CSWlibasr-dev and CSWlibfts-dev In-Reply-To: <20170409150905.GA29054@blade.bsdsx.fr> References: <20170409150905.GA29054@blade.bsdsx.fr> Message-ID: <53FBBB86-4F3F-411A-9595-301FC013997C@opencsw.org> Hi Freddy, Am 09.04.2017 um 17:09 schrieb Freddy DISSAUX via devel : > I would add OpenSMTPD to opencsw but 'mgar fetch' fail: > > bsdsx at unstable10s>cd opencsw/opensmtpd-devel/trunk/ > bsdsx at unstable10s:/home/bsdsx/opencsw/opensmtpd-devel/trunk>mgar fetch > [===== NOW BUILDING: OpenSMTPD-OpenSMTPD-8e25e5b =====] > ... > ==> Verifying installed package CSWlibasr-dev: MISSING > ==> Verifying installed package CSWlibfts-dev: MISSING > gmake: *** [gar/gar.mk:323: check-prereqs] Error 1 > > Someone can install CSWlibasr-dev and CSWlibfts-dev on unstable10s and > unstable10x ? > > opencsw/opensmtpd-devel is not yet commited. > > Thanks in advance, Sure, done. Please mail to buildfarmn at opencsw.org next time because -dev is infrequently read. Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 841 bytes Desc: Message signed with OpenPGP URL: From janholzh at users.sourceforge.net Tue Apr 11 12:45:13 2017 From: janholzh at users.sourceforge.net (janholzh at users.sourceforge.net) Date: Tue, 11 Apr 2017 10:45:13 +0000 Subject: SF.net SVN: gar:[26133] csw/mgar/pkg/samba/branches/samba-4.4.x Message-ID: <1491907513.238226.13845@sfp-scm-5.v30.ch3.sourceforge.com> Revision: 26133 http://sourceforge.net/p/gar/code/26133 Author: janholzh Date: 2017-04-11 10:45:12 +0000 (Tue, 11 Apr 2017) Log Message: ----------- samba/branches/samba-4.4.x: update to 4.4.13 Modified Paths: -------------- csw/mgar/pkg/samba/branches/samba-4.4.x/Makefile csw/mgar/pkg/samba/branches/samba-4.4.x/checksums Modified: csw/mgar/pkg/samba/branches/samba-4.4.x/Makefile =================================================================== --- csw/mgar/pkg/samba/branches/samba-4.4.x/Makefile 2017-04-07 11:25:15 UTC (rev 26132) +++ csw/mgar/pkg/samba/branches/samba-4.4.x/Makefile 2017-04-11 10:45:12 UTC (rev 26133) @@ -1,5 +1,5 @@ NAME = samba -VERSION = 4.4.4 +VERSION = 4.4.13 GARTYPE = v2 DESCRIPTION = Tools to access a servers filespace and printers via SMB (server) @@ -194,6 +194,7 @@ RUNTIME_DEP_PKGS_CSWsamba4-client += CSWlibssp0 RUNTIME_DEP_PKGS_CSWsamba4-client += CSWlibpanel6 RUNTIME_DEP_PKGS_CSWsamba4-client += CSWlibpopt0 +RUNTIME_DEP_PKGS_CSWsamba4-client += CSWlibarchive12 RUNTIME_DEP_PKGS_CSWsamba4-client_5.10 += CSWliblber2-4-2 RUNTIME_DEP_PKGS_CSWsamba4-client_5.10 += CSWlibiconv2 RUNTIME_DEP_PKGS_CSWsamba4-client_5.10 += CSWlibz1 @@ -233,7 +234,6 @@ CHECKPKG_OVERRIDES_CSWsamba4-client += file-collision|/opt/csw/bin/smbtree|CSWsamba-client|CSWsamba4-client CHECKPKG_OVERRIDES_CSWsamba4-client += file-collision|/opt/csw/bin/tdbbackup|CSWsamba|CSWsamba4-client CHECKPKG_OVERRIDES_CSWsamba4-client += file-collision|/opt/csw/share/man/man1/smbget.1|CSWsamba-client|CSWsamba4-client -CHECKPKG_OVERRIDES_CSWsamba4-client_5.11 += soname-not-found|libarchive.so.12|is|needed|by|opt/csw/bin/smbclient CHECKPKG_OVERRIDES_CSWsamba4-client += $(CHECKPKG_OVERRIDES_CSWsamba4-client_$(GAROSREL)) INCOMPATIBLE_PKGS_CSWsamba4-client += CSWsamba-client @@ -298,6 +298,8 @@ CHECKPKG_OVERRIDES_CSWsamba4-libs_5.11 += soname-not-found|libavahi-common.so.3|is|needed|by|opt/csw/lib/samba4/libsmbd-base-samba4.so CHECKPKG_OVERRIDES_CSWsamba4-libs_5.11 += soname-not-found|libavahi-client.so.3|is|needed|by|opt/csw/lib/samba4/libsmbd-base-samba4.so CHECKPKG_OVERRIDES_CSWsamba4-libs_5.11 += forbidden-version-interface-dependencies|/opt/csw/lib/libsmbconf.so.0|requires|forbidden|interface|version|SUNWpublic|in|library|libc.so.1 +CHECKPKG_OVERRIDES_CSWsamba4-libs += shared-lib-pkgname-mismatch|file=opt/csw/lib/libtevent-util.so.0.0.1|soname=libtevent-util.so.0|pkgname=CSWsamba4-libs|expected=CSWlibtevent-util0 + CHECKPKG_OVERRIDES_CSWsamba4-libs += $(CHECKPKG_OVERRIDES_CSWsamba4-libs_$(GAROSREL)) #Needs splits: @@ -320,7 +322,6 @@ CHECKPKG_OVERRIDES_CSWsamba4-libs += shared-lib-pkgname-mismatch|file=opt/csw/lib/libsmbclient.so.0.2.3|soname=libsmbclient.so.0|pkgname=CSWsamba4-libs|expected=CSWlibsmbclient0 CHECKPKG_OVERRIDES_CSWsamba4-libs += shared-lib-pkgname-mismatch|file=opt/csw/lib/libsmbconf.so.0|soname=libsmbconf.so.0|pkgname=CSWsamba4-libs|expected=CSWlibsmbconf0 CHECKPKG_OVERRIDES_CSWsamba4-libs += shared-lib-pkgname-mismatch|file=opt/csw/lib/libsmbldap.so.0|soname=libsmbldap.so.0|pkgname=CSWsamba4-libs|expected=CSWlibsmbldap0 -CHECKPKG_OVERRIDES_CSWsamba4-libs += shared-lib-pkgname-mismatch|file=opt/csw/lib/libtevent-util.so.0.0.1|soname=libtevent-util.so.0|pkgname=CSWsamba4-libs|expected=CSWlibtevent-util0 CHECKPKG_OVERRIDES_CSWsamba4-libs += shared-lib-pkgname-mismatch|file=opt/csw/lib/libwbclient.so.0.12|soname=libwbclient.so.0|pkgname=CSWsamba4-libs|expected=CSWlibwbclient0 CHECKPKG_OVERRIDES_CSWsamba4-libs += shared-lib-pkgname-mismatch|file=opt/csw/lib/libsamba-errors.so.1|soname=libsamba-errors.so.1|pkgname=CSWsamba4-libs|expected=CSWlibsamba-errors1 CHECKPKG_OVERRIDES_CSWsamba4-libs += shared-lib-pkgname-mismatch|file=opt/csw/lib/libtevent-unix-util.so.0.0.1|soname=libtevent-unix-util.so.0|pkgname=CSWsamba4-libs|expected=CSWlibtevent-unix-util0 @@ -329,7 +330,7 @@ CHECKPKG_OVERRIDES_CSWsamba4-libs += file-collision|/opt/csw/lib/libnetapi.so.0|CSWlibnetapi0|CSWsamba4-libs CHECKPKG_OVERRIDES_CSWsamba4-libs += file-collision|/opt/csw/lib/libsmbclient.so.0|CSWlibsmbclient0|CSWsamba4-libs -INCOMPATIBLE_PKGS_CSWsamba4-libs += CSWlibwbclient0 CSWlibsmbclient0 CSWlibnetapi0 +INCOMPATIBLE_PKGS_CSWsamba4-libs += CSWlibwbclient0 CSWlibsmbclient0 CSWlibnetapi0 CSWlibtalloc2 # Python package @@ -478,7 +479,6 @@ # PACKAGES += CSWsamba4-catchall SPKG_DESC_CSWsamba4-catchall = Samba 4 catch all RUNTIME_DEP_PKGS_CSWsamba4-catchall += CSWlibintl9 -RUNTIME_DEP_PKGS_CSWsamba4-catchall += CSWlibtalloc2 RUNTIME_DEP_PKGS_CSWsamba4-catchall += CSWlibpopt0 # The build fails to add the right rpath to at least the public libs Modified: csw/mgar/pkg/samba/branches/samba-4.4.x/checksums =================================================================== --- csw/mgar/pkg/samba/branches/samba-4.4.x/checksums 2017-04-07 11:25:15 UTC (rev 26132) +++ csw/mgar/pkg/samba/branches/samba-4.4.x/checksums 2017-04-11 10:45:12 UTC (rev 26133) @@ -1 +1 @@ -b16919d43dfb5dd8c8ccf0af3a8e115b samba-4.4.4.tar.gz +799ba7ac2e18880ab09c4d3f390c2395 samba-4.4.13.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Sat Apr 15 02:32:09 2017 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Sat, 15 Apr 2017 00:32:09 +0000 Subject: SF.net SVN: gar:[26134] csw/mgar/pkg/dovecot/trunk Message-ID: <1492216329.44828.1576@sfp-scm-4.v30.ch3.sourceforge.com> Revision: 26134 http://sourceforge.net/p/gar/code/26134 Author: jake_goerzen Date: 2017-04-15 00:32:08 +0000 (Sat, 15 Apr 2017) Log Message: ----------- dovecot: update to 2.2.29 Modified Paths: -------------- csw/mgar/pkg/dovecot/trunk/Makefile csw/mgar/pkg/dovecot/trunk/checksums Modified: csw/mgar/pkg/dovecot/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot/trunk/Makefile 2017-04-11 10:45:12 UTC (rev 26133) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2017-04-15 00:32:08 UTC (rev 26134) @@ -2,7 +2,7 @@ # - SSL certs to /etc/opt/csw/ssl? # - /var/run/dovecot instead of /var/opt/csw/run? NAME = dovecot -VERSION = 2.2.28 +VERSION = 2.2.29 GARTYPE = v2 DESCRIPTION = Secure IMAP server Modified: csw/mgar/pkg/dovecot/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot/trunk/checksums 2017-04-11 10:45:12 UTC (rev 26133) +++ csw/mgar/pkg/dovecot/trunk/checksums 2017-04-15 00:32:08 UTC (rev 26134) @@ -1 +1 @@ -fb46d90073252a0e3b7434988096206f dovecot-2.2.28.tar.gz +ff95486a5c43025a2c3f5a712e7962b9 dovecot-2.2.29.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Sat Apr 15 02:33:26 2017 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Sat, 15 Apr 2017 00:33:26 +0000 Subject: SF.net SVN: gar:[26135] csw/mgar/pkg/dovecot-sieve/trunk Message-ID: <1492216406.921891.12554@sfp-scm-8.v30.ch3.sourceforge.com> Revision: 26135 http://sourceforge.net/p/gar/code/26135 Author: jake_goerzen Date: 2017-04-15 00:33:26 +0000 (Sat, 15 Apr 2017) Log Message: ----------- dovecot-sieve/trunk: update to 0.4.18 Modified Paths: -------------- csw/mgar/pkg/dovecot-sieve/trunk/Makefile csw/mgar/pkg/dovecot-sieve/trunk/checksums Modified: csw/mgar/pkg/dovecot-sieve/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2017-04-15 00:32:08 UTC (rev 26134) +++ csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2017-04-15 00:33:26 UTC (rev 26135) @@ -1,5 +1,5 @@ NAME = dovecot-2.2-pigeonhole -VERSION = 0.4.17 +VERSION = 0.4.18 GARTYPE = v2 DESCRIPTION = Secure POP3/IMAP server - Sieve filters support @@ -26,8 +26,8 @@ UNAME := $(shell /usr/bin/uname -p) ifeq ($(UNAME), i386) -CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-pentium_pro/dovecot-2.2.28 -CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.2.28 +CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-pentium_pro/dovecot-2.2.29 +CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.2.29 endif ifeq ($(UNAME), sparc) Modified: csw/mgar/pkg/dovecot-sieve/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot-sieve/trunk/checksums 2017-04-15 00:32:08 UTC (rev 26134) +++ csw/mgar/pkg/dovecot-sieve/trunk/checksums 2017-04-15 00:33:26 UTC (rev 26135) @@ -1 +1 @@ -0b6e40396c9032f3c27f7a3ef15a3db6 dovecot-2.2-pigeonhole-0.4.17.tar.gz +7e6f55da44500b59b832b3d44dd0cbcb dovecot-2.2-pigeonhole-0.4.18.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Sat Apr 15 03:27:36 2017 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Sat, 15 Apr 2017 01:27:36 +0000 Subject: SF.net SVN: gar:[26136] csw/mgar/pkg/dovecot-sieve/trunk/Makefile Message-ID: <1492219656.768197.26839@sfp-scm-1.v30.ch3.sourceforge.com> Revision: 26136 http://sourceforge.net/p/gar/code/26136 Author: jake_goerzen Date: 2017-04-15 01:27:36 +0000 (Sat, 15 Apr 2017) Log Message: ----------- dovecot-sieve/trunk: oops, update for sparc as well Modified Paths: -------------- csw/mgar/pkg/dovecot-sieve/trunk/Makefile Modified: csw/mgar/pkg/dovecot-sieve/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2017-04-15 00:33:26 UTC (rev 26135) +++ csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2017-04-15 01:27:36 UTC (rev 26136) @@ -31,8 +31,8 @@ endif ifeq ($(UNAME), sparc) -CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.2.28 -CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.2.28 +CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.2.29 +CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.2.29 endif CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Sun Apr 16 23:44:46 2017 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Sun, 16 Apr 2017 21:44:46 +0000 Subject: SF.net SVN: gar:[26137] csw/mgar/pkg/bind/trunk Message-ID: <1492379086.717342.32188@sfp-scm-8.v30.ch3.sourceforge.com> Revision: 26137 http://sourceforge.net/p/gar/code/26137 Author: bonivart Date: 2017-04-16 21:44:46 +0000 (Sun, 16 Apr 2017) Log Message: ----------- bind/trunk: Update to 9.11.0-P5 Modified Paths: -------------- csw/mgar/pkg/bind/trunk/Makefile csw/mgar/pkg/bind/trunk/checksums Modified: csw/mgar/pkg/bind/trunk/Makefile =================================================================== --- csw/mgar/pkg/bind/trunk/Makefile 2017-04-15 01:27:36 UTC (rev 26136) +++ csw/mgar/pkg/bind/trunk/Makefile 2017-04-16 21:44:46 UTC (rev 26137) @@ -15,7 +15,7 @@ #WORKSRC = $(WORKDIR)/$(DISTNAME) # Enable these for Px-releases -RELEASE = P3 +RELEASE = P5 DISTVERSION = $(VERSION)-$(RELEASE) SPKG_VERSION = $(VERSION)$(RELEASE) DISTNAME = $(NAME)-$(VERSION)-$(RELEASE) @@ -130,10 +130,10 @@ CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libirs.so.160.0.1|soname=libirs.so.160|pkgname=CSWlibbind|expected=CSWlibirs160 CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/liblwres.so.160.0.0|soname=liblwres.so.160|pkgname=CSWlibbind|expected=CSWliblwres160 CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisccc.so.160.0.2|soname=libisccc.so.160|pkgname=CSWlibbind|expected=CSWlibisccc160 -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libdns.so.166.0.5|soname=libdns.so.166|pkgname=CSWlibbind|expected=CSWlibdns166 CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libbind9.so.160.0.2|soname=libbind9.so.160|pkgname=CSWlibbind|expected=CSWlibbind9-160 CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisccfg.so.160.0.5|soname=libisccfg.so.160|pkgname=CSWlibbind|expected=CSWlibisccfg160 CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisc.so.160.5.2|soname=libisc.so.160|pkgname=CSWlibbind|expected=CSWlibisc160 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libdns.so.166.0.7|soname=libdns.so.166|pkgname=CSWlibbind|expected=CSWlibdns166 # Some new checks, have no idea about their relevance CHECKPKG_OVERRIDES_CSWlibbind += no-direct-binding Modified: csw/mgar/pkg/bind/trunk/checksums =================================================================== --- csw/mgar/pkg/bind/trunk/checksums 2017-04-15 01:27:36 UTC (rev 26136) +++ csw/mgar/pkg/bind/trunk/checksums 2017-04-16 21:44:46 UTC (rev 26137) @@ -1 +1 @@ -311787a0a69345a1f1cf7869b0266bf0 bind-9.11.0-P3.tar.gz +3e1e525fc640308316cdf98cd29cfa11 bind-9.11.0-P5.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Apr 19 14:27:53 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 19 Apr 2017 12:27:53 +0000 Subject: SF.net SVN: gar:[26138] csw/mgar/pkg/mutt/trunk Message-ID: <1492604873.346351.12365@sfp-scm-1.v30.ch3.sourceforge.com> Revision: 26138 http://sourceforge.net/p/gar/code/26138 Author: dmichelsen Date: 2017-04-19 12:27:53 +0000 (Wed, 19 Apr 2017) Log Message: ----------- mutt/trunk: Update to 1.8.2 Modified Paths: -------------- csw/mgar/pkg/mutt/trunk/Makefile csw/mgar/pkg/mutt/trunk/checksums Modified: csw/mgar/pkg/mutt/trunk/Makefile =================================================================== --- csw/mgar/pkg/mutt/trunk/Makefile 2017-04-16 21:44:46 UTC (rev 26137) +++ csw/mgar/pkg/mutt/trunk/Makefile 2017-04-19 12:27:53 UTC (rev 26138) @@ -1,5 +1,5 @@ NAME = mutt -VERSION = 1.8.0 +VERSION = 1.8.2 GARTYPE = v2 EXTRA_MODULATORS = SLANG Modified: csw/mgar/pkg/mutt/trunk/checksums =================================================================== --- csw/mgar/pkg/mutt/trunk/checksums 2017-04-16 21:44:46 UTC (rev 26137) +++ csw/mgar/pkg/mutt/trunk/checksums 2017-04-19 12:27:53 UTC (rev 26138) @@ -1 +1 @@ -fa842dc7d7dbfce34a2a153daf21645d mutt-1.8.0.tar.gz +3353ac6295d7866e5bdfb679f93e3666 mutt-1.8.2.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Apr 19 14:28:07 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 19 Apr 2017 12:28:07 +0000 Subject: SF.net SVN: gar:[26139] csw/mgar/pkg/jdk8/trunk Message-ID: <1492604887.195897.9106@sfp-scm-6.v30.ch3.sourceforge.com> Revision: 26139 http://sourceforge.net/p/gar/code/26139 Author: dmichelsen Date: 2017-04-19 12:28:06 +0000 (Wed, 19 Apr 2017) Log Message: ----------- jdk8/trunk: Update to 8u131 Modified Paths: -------------- csw/mgar/pkg/jdk8/trunk/Makefile csw/mgar/pkg/jdk8/trunk/checksums Modified: csw/mgar/pkg/jdk8/trunk/Makefile =================================================================== --- csw/mgar/pkg/jdk8/trunk/Makefile 2017-04-19 12:27:53 UTC (rev 26138) +++ csw/mgar/pkg/jdk8/trunk/Makefile 2017-04-19 12:28:06 UTC (rev 26139) @@ -1,5 +1,5 @@ NAME = jre8 -RELEASE = 121 +RELEASE = 131 SPKG_VERSION = 1.8.0_$(RELEASE) VERSION = 8u$(RELEASE) GARTYPE = v2 Modified: csw/mgar/pkg/jdk8/trunk/checksums =================================================================== --- csw/mgar/pkg/jdk8/trunk/checksums 2017-04-19 12:27:53 UTC (rev 26138) +++ csw/mgar/pkg/jdk8/trunk/checksums 2017-04-19 12:28:06 UTC (rev 26139) @@ -1,2 +1,2 @@ -6e3087d03df90dfd35b87c6fc48c6bd7 jdk-8u121-solaris-sparcv9.tar.gz -f1d545c52b9c9a8caf1b98ee6b833609 jdk-8u121-solaris-x64.tar.gz +90b75003c611c77df775062501d577b9 jdk-8u131-solaris-sparcv9.tar.gz +705a97fa4f3443135abc38c7a8f00ccb jdk-8u131-solaris-x64.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Apr 19 14:28:17 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 19 Apr 2017 12:28:17 +0000 Subject: SF.net SVN: gar:[26140] csw/mgar/pkg/curl/trunk Message-ID: <1492604898.27099.25024@sfp-scm-7.v30.ch3.sourceforge.com> Revision: 26140 http://sourceforge.net/p/gar/code/26140 Author: dmichelsen Date: 2017-04-19 12:28:17 +0000 (Wed, 19 Apr 2017) Log Message: ----------- curl/trunk: Update to 7.54.0 Modified Paths: -------------- csw/mgar/pkg/curl/trunk/Makefile csw/mgar/pkg/curl/trunk/checksums Modified: csw/mgar/pkg/curl/trunk/Makefile =================================================================== --- csw/mgar/pkg/curl/trunk/Makefile 2017-04-19 12:28:06 UTC (rev 26139) +++ csw/mgar/pkg/curl/trunk/Makefile 2017-04-19 12:28:17 UTC (rev 26140) @@ -1,5 +1,5 @@ NAME = curl -VERSION = 7.53.1 +VERSION = 7.54.0 GARTYPE = v2 DESCRIPTION = Command line tool and library for client-side URL transfers Modified: csw/mgar/pkg/curl/trunk/checksums =================================================================== --- csw/mgar/pkg/curl/trunk/checksums 2017-04-19 12:28:06 UTC (rev 26139) +++ csw/mgar/pkg/curl/trunk/checksums 2017-04-19 12:28:17 UTC (rev 26140) @@ -1 +1 @@ -78fce113c34e7a7941080bcd0d21fecc curl-7.53.1.tar.lzma +3cf2de0ca4ac43e59067eb6b4f876982 curl-7.54.0.tar.lzma This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Thu Apr 20 08:15:10 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 20 Apr 2017 06:15:10 +0000 Subject: SF.net SVN: gar:[26141] csw/mgar/pkg/gnustep-make/trunk Message-ID: <1492668910.430837.13615@sfp-scm-5.v30.ch3.sourceforge.com> Revision: 26141 http://sourceforge.net/p/gar/code/26141 Author: rmottola Date: 2017-04-20 06:15:10 +0000 (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/Makefile 2017-04-19 12:28:17 UTC (rev 26140) +++ csw/mgar/pkg/gnustep-make/trunk/Makefile 2017-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. From rmottola at users.sourceforge.net Thu Apr 20 08:40:53 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 20 Apr 2017 06:40:53 +0000 Subject: SF.net SVN: gar:[26142] csw/mgar/pkg/gnustep-make/trunk/Makefile Message-ID: <1492670453.347284.28519@sfp-scm-3.v30.ch3.sourceforge.com> Revision: 26142 http://sourceforge.net/p/gar/code/26142 Author: rmottola Date: 2017-04-20 06:40:53 +0000 (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/Makefile 2017-04-20 06:15:10 UTC (rev 26141) +++ csw/mgar/pkg/gnustep-make/trunk/Makefile 2017-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. From rmottola at users.sourceforge.net Thu Apr 20 18:16:45 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 20 Apr 2017 16:16:45 +0000 Subject: SF.net SVN: gar:[26143] csw/mgar/pkg/gnustep-gui/trunk Message-ID: <1492705005.979549.9668@sfp-scm-3.v30.ch3.sourceforge.com> Revision: 26143 http://sourceforge.net/p/gar/code/26143 Author: rmottola Date: 2017-04-20 16:16:45 +0000 (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/checksums 2017-04-20 06:40:53 UTC (rev 26142) +++ csw/mgar/pkg/gnustep-gui/trunk/checksums 2017-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. From rmottola at users.sourceforge.net Thu Apr 20 18:38:05 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 20 Apr 2017 16:38:05 +0000 Subject: SF.net SVN: gar:[26144] csw/mgar/pkg/gnustep-base/trunk Message-ID: <1492706285.372112.15044@sfp-scm-3.v30.ch3.sourceforge.com> Revision: 26144 http://sourceforge.net/p/gar/code/26144 Author: rmottola Date: 2017-04-20 16:38:05 +0000 (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/Makefile 2017-04-20 16:16:45 UTC (rev 26143) +++ csw/mgar/pkg/gnustep-base/trunk/Makefile 2017-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. From rmottola at users.sourceforge.net Thu Apr 20 18:39:50 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 20 Apr 2017 16:39:50 +0000 Subject: SF.net SVN: gar:[26145] csw/mgar/pkg/gnustep-gui/trunk/Makefile Message-ID: <1492706390.671127.2087@sfp-scm-7.v30.ch3.sourceforge.com> Revision: 26145 http://sourceforge.net/p/gar/code/26145 Author: rmottola Date: 2017-04-20 16:39:50 +0000 (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. From rmottola at users.sourceforge.net Thu Apr 20 20:32:08 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 20 Apr 2017 18:32:08 +0000 Subject: SF.net SVN: gar:[26146] csw/mgar/pkg/gnustep-base/trunk/Makefile Message-ID: <1492713128.867128.11177@sfp-scm-6.v30.ch3.sourceforge.com> Revision: 26146 http://sourceforge.net/p/gar/code/26146 Author: rmottola Date: 2017-04-20 18:32:08 +0000 (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/Makefile 2017-04-20 16:39:50 UTC (rev 26145) +++ csw/mgar/pkg/gnustep-base/trunk/Makefile 2017-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. From rmottola at users.sourceforge.net Fri Apr 21 00:12:28 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 20 Apr 2017 22:12:28 +0000 Subject: SF.net SVN: gar:[26147] csw/mgar/pkg/gnustep-base/trunk/Makefile Message-ID: <1492726349.50954.24522@sfp-scm-6.v30.ch3.sourceforge.com> Revision: 26147 http://sourceforge.net/p/gar/code/26147 Author: rmottola Date: 2017-04-20 22:12:28 +0000 (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/Makefile 2017-04-20 18:32:08 UTC (rev 26146) +++ csw/mgar/pkg/gnustep-base/trunk/Makefile 2017-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. From rmottola at opencsw.org Fri Apr 21 12:36:53 2017 From: rmottola at opencsw.org (Riccardo Mottola) Date: Fri, 21 Apr 2017 12:36:53 +0200 Subject: freetype/ fontconfig issues Message-ID: <5cef34df-e7e0-9fdd-76c2-a5b133857fe8@opencsw.org> Hi, I am unable to build/rebuild gnustep-back on solaris 9. I think that the issue is that fontconfig is somehow detected, but then does not work, some headers are missing. I failed to build an up-to-date package however. I suppose that I can build the package on my old solaris 8 machine, because the fontconfig chec fails, while here it works: checking for xft... yes checking XFT_CFLAGS... sh: gnome-config: not found Package fontconfig was not found in the pkg-config search path. Perhaps you should add the directory containing `fontconfig.pc' to the PKG_CONFIG_PATH environment variable Package 'fontconfig', required by 'Xft', not found checking XFT_LIBS... sh: gnome-config: not found Package fontconfig was not found in the pkg-config search path. Perhaps you should add the directory containing `fontconfig.pc' to the PKG_CONFIG_PATH environment variable Package 'fontconfig', required by 'Xft', not found checking for XftDrawStringUtf8 in -lXft... yes checking for XftPatternGetString in -lXft... no checking for Xutf8LookupString... no checking for FcPatternCreate in -lfontconfig... yes checking fontconfig/fontconfig.h usability... yes checking fontconfig/fontconfig.h presence... yes checking for fontconfig/fontconfig.h... yes note the fontconfig header pass. The build itself fails with: Compiling file XGFont.m ... In file included from ../../Headers/x11/wraster.h:46:0, from ../../Headers/xlib/XGPrivate.h:34, from XGFont.m:40: /usr/openwin/include/X11/Xlib.h:32:0: warning: ignoring #pragma ident [-Wunknown-pragmas] In file included from ../../Headers/x11/wraster.h:47:0, from ../../Headers/xlib/XGPrivate.h:34, from XGFont.m:40: /usr/openwin/include/X11/Xutil.h:56:0: warning: ignoring #pragma ident [-Wunknown-pragmas] In file included from /usr/openwin/include/X11/Xft/Xft.h:35:0, from ../../Headers/xlib/XGGState.h:38, from XGFont.m:41: /opt/csw/include/ft2build.h:56:38: fatal error: freetype/config/ftheader.h: No such file or directory compilation terminated. gmake[7]: *** [obj/xlib.obj/XGFont.m.o] Error 1 I searched for ftheader.h and couldn't find it indeed. The package is configured to disable freetype, but it doesn't help. Riccardo From sfbsdsx at users.sourceforge.net Fri Apr 21 23:47:57 2017 From: sfbsdsx at users.sourceforge.net (sfbsdsx at users.sourceforge.net) Date: Fri, 21 Apr 2017 21:47:57 +0000 Subject: SF.net SVN: gar:[26148] csw/mgar/pkg Message-ID: <1492811277.985988.21343@sfp-scm-5.v30.ch3.sourceforge.com> Revision: 26148 http://sourceforge.net/p/gar/code/26148 Author: sfbsdsx Date: 2017-04-21 21:47:57 +0000 (Fri, 21 Apr 2017) Log Message: ----------- Add OpenSMTPD. This is a work in progress and requiert somes reviews. Added Paths: ----------- csw/mgar/pkg/opensmtpd-devel/ csw/mgar/pkg/opensmtpd-devel/Makefile csw/mgar/pkg/opensmtpd-devel/branches/ csw/mgar/pkg/opensmtpd-devel/tags/ csw/mgar/pkg/opensmtpd-devel/trunk/ csw/mgar/pkg/opensmtpd-devel/trunk/Makefile csw/mgar/pkg/opensmtpd-devel/trunk/checksums csw/mgar/pkg/opensmtpd-devel/trunk/files/ Added: csw/mgar/pkg/opensmtpd-devel/Makefile =================================================================== --- csw/mgar/pkg/opensmtpd-devel/Makefile (rev 0) +++ csw/mgar/pkg/opensmtpd-devel/Makefile 2017-04-21 21:47:57 UTC (rev 26148) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/opensmtpd-devel/trunk =================================================================== --- csw/mgar/pkg/opensmtpd-devel/trunk 2017-04-20 22:12:28 UTC (rev 26147) +++ csw/mgar/pkg/opensmtpd-devel/trunk 2017-04-21 21:47:57 UTC (rev 26148) Property changes on: csw/mgar/pkg/opensmtpd-devel/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/opensmtpd-devel/trunk/Makefile =================================================================== --- csw/mgar/pkg/opensmtpd-devel/trunk/Makefile (rev 0) +++ csw/mgar/pkg/opensmtpd-devel/trunk/Makefile 2017-04-21 21:47:57 UTC (rev 26148) @@ -0,0 +1,74 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = OpenSMTPD +VERSION = 8e25e5b +GARTYPE = v2 +DESCRIPTION = OpenSMTPD is a free MTA +define BLURB + OpenSMTPD is a FREE implementation of the server-side SMTP protocol + as defined by RFC 5321, with some additional standard extensions. + It allows ordinary machines to exchange emails with other systems + speaking the SMTP protocol. + + Started out of dissatisfaction with other implementations, OpenSMTPD + is a fairly complete SMTP implementation. +endef +VENDOR_URL = http://www.opensmtpd.org/ + +GITHUB_USER = $(NAME) +GITHUB_REFERENCE = $(VERSION) +MASTER_SITES = $(GITHUB_MIRROR) +DISTNAME = $(GITHUB_USER)-$(NAME)-$(GITHUB_REFERENCE) + +DISTFILES = $(NAME)-$(VERSION)$(GITHUB_BALL_EXT) +DISTFILES += openbsd-compat.tgz +DISTFILES += mapfile +DISTFILES += cswusergroup + +BUILD_DEP_PKGS += CSWlibasr-dev +BUILD_DEP_PKGS += CSWlibevent-dev +BUILD_DEP_PKGS += CSWlibfts-dev +BUILD_DEP_PKGS += CSWlibz-dev + +GARCOMPILER = GNU + +EXTRA_CFLAGS += -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_PATH_DEFPATH='\"/bin:/usr/bin\"' + +LINKER_MAPS = -M "$(abspath $(WORKDIR)/mapfile)" +EXTRA_LINKER_FLAGS += -lnsl -lsocket + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-path-empty=/var/opt/csw/empty +CONFIGURE_ARGS += --with-path-CAfile=$(sysconfdir)/ssl/cert.pem + +RUNTIME_DEP_PKGS += CSWlibasr0 +RUNTIME_DEP_PKGS += CSWlibevent2-0-5 +RUNTIME_DEP_PKGS += CSWlibfts0 +RUNTIME_DEP_PKGS += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS += CSWlibz1 + +USERGROUP = $(sysconfdir)/pkg/CSW$(NAME)/cswusergroup + +CATALOGNAME = opensmtpd +PACKAGES = CSW$(CATALOGNAME) + +include gar/category.mk + +pre-configure: + cd $(WORKSRC) && sh bootstrap + @$(MAKECOOKIE) +# ifaddrs.h taken from https://java.net/projects/solaris/sources/on-src/content/usr/src/head/ifaddrs.h?raw=true +# getifaddrs.c taken from https://java.net/projects/solaris/sources/on-src/content/usr/src/lib/libsocket/inet/getifaddrs.c?raw=true +# libsocket_priv.h is a gruik hack +# flock.c taken from http://www.perkin.org.uk/posts/solaris-portability-flock.html +# getline.c taken from https://github.com/ivanra/getline +pre-build: + $(if $(filter 5.10,$(GAROSREL)),cp -rp $(WORKDIR)/openbsd-compat/* $(WORKSRC)/openbsd-compat) + @$(MAKECOOKIE) + +post-install-modulated: + @ginstall -d $(DESTDIR)$(sysconfdir)/init.d + @ginstall -d $(DESTDIR)$(sysconfdir)/pkg/CSW$(NAME) + @ginstall -m 644 $(FILEDIR)/cswusergroup $(DESTDIR)$(sysconfdir)/pkg/CSW$(NAME)/cswusergroup + @$(MAKECOOKIE) Property changes on: csw/mgar/pkg/opensmtpd-devel/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/opensmtpd-devel/trunk/checksums =================================================================== --- csw/mgar/pkg/opensmtpd-devel/trunk/checksums (rev 0) +++ csw/mgar/pkg/opensmtpd-devel/trunk/checksums 2017-04-21 21:47:57 UTC (rev 26148) @@ -0,0 +1 @@ +e7e505a2b2da41291df590f669a18970 OpenSMTPD-8e25e5b.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From sfbsdsx at users.sourceforge.net Fri Apr 21 23:48:55 2017 From: sfbsdsx at users.sourceforge.net (sfbsdsx at users.sourceforge.net) Date: Fri, 21 Apr 2017 21:48:55 +0000 Subject: SF.net SVN: gar:[26149] csw/mgar/pkg/opensmtpd-devel/trunk/files Message-ID: <1492811335.40069.28782@sfp-scm-7.v30.ch3.sourceforge.com> Revision: 26149 http://sourceforge.net/p/gar/code/26149 Author: sfbsdsx Date: 2017-04-21 21:48:54 +0000 (Fri, 21 Apr 2017) Log Message: ----------- forgot files Added Paths: ----------- csw/mgar/pkg/opensmtpd-devel/trunk/files/cswusergroup csw/mgar/pkg/opensmtpd-devel/trunk/files/mapfile csw/mgar/pkg/opensmtpd-devel/trunk/files/openbsd-compat.tgz Added: csw/mgar/pkg/opensmtpd-devel/trunk/files/cswusergroup =================================================================== --- csw/mgar/pkg/opensmtpd-devel/trunk/files/cswusergroup (rev 0) +++ csw/mgar/pkg/opensmtpd-devel/trunk/files/cswusergroup 2017-04-21 21:48:54 UTC (rev 26149) @@ -0,0 +1,4 @@ +:_smtpd:::::: +:_smtpq:::::: +_smtpd:_smtpd:SMTP Daemon:/var/opt/csw/empty:/bin/false:::NP +_smtpq:_smtpq:SMTPD Queue:/var/opt/csw/empty:/bin/false:::NP Added: csw/mgar/pkg/opensmtpd-devel/trunk/files/mapfile =================================================================== --- csw/mgar/pkg/opensmtpd-devel/trunk/files/mapfile (rev 0) +++ csw/mgar/pkg/opensmtpd-devel/trunk/files/mapfile 2017-04-21 21:48:54 UTC (rev 26149) @@ -0,0 +1 @@ +libc.so - SUNW_1.22.7 SUNWprivate_1.1 $ADDVERS=SUNW_1.22.7; Added: csw/mgar/pkg/opensmtpd-devel/trunk/files/openbsd-compat.tgz =================================================================== (Binary files differ) Index: csw/mgar/pkg/opensmtpd-devel/trunk/files/openbsd-compat.tgz =================================================================== --- csw/mgar/pkg/opensmtpd-devel/trunk/files/openbsd-compat.tgz 2017-04-21 21:47:57 UTC (rev 26148) +++ csw/mgar/pkg/opensmtpd-devel/trunk/files/openbsd-compat.tgz 2017-04-21 21:48:54 UTC (rev 26149) Property changes on: csw/mgar/pkg/opensmtpd-devel/trunk/files/openbsd-compat.tgz ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/x-gzip \ No newline at end of property This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Mon Apr 24 21:27:06 2017 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Mon, 24 Apr 2017 19:27:06 +0000 Subject: SF.net SVN: gar:[26150] csw/mgar/pkg/bind/trunk Message-ID: <1493062026.397411.930@sfp-scm-2.v30.ch3.sourceforge.com> Revision: 26150 http://sourceforge.net/p/gar/code/26150 Author: bonivart Date: 2017-04-24 19:27:06 +0000 (Mon, 24 Apr 2017) Log Message: ----------- bind/trunk: update to 9.11.1 Modified Paths: -------------- csw/mgar/pkg/bind/trunk/Makefile csw/mgar/pkg/bind/trunk/checksums Modified: csw/mgar/pkg/bind/trunk/Makefile =================================================================== --- csw/mgar/pkg/bind/trunk/Makefile 2017-04-21 21:48:54 UTC (rev 26149) +++ csw/mgar/pkg/bind/trunk/Makefile 2017-04-24 19:27:06 UTC (rev 26150) @@ -4,7 +4,7 @@ # rm -rf work/solaris10-i386/build-isa-pentium_pro/bind-9.11.0/bin/tests/system/dyndb/driver NAME = bind -VERSION = 9.11.0 +VERSION = 9.11.1 GARTYPE = v2 # Enable these for beta releases @@ -15,11 +15,11 @@ #WORKSRC = $(WORKDIR)/$(DISTNAME) # Enable these for Px-releases -RELEASE = P5 -DISTVERSION = $(VERSION)-$(RELEASE) -SPKG_VERSION = $(VERSION)$(RELEASE) -DISTNAME = $(NAME)-$(VERSION)-$(RELEASE) -WORKSRC = $(WORKDIR)/$(DISTNAME) +#RELEASE = P5 +#DISTVERSION = $(VERSION)-$(RELEASE) +#SPKG_VERSION = $(VERSION)$(RELEASE) +#DISTNAME = $(NAME)-$(VERSION)-$(RELEASE) +#WORKSRC = $(WORKDIR)/$(DISTNAME) DESCRIPTION = ISC BIND DNS reference implementation define BLURB @@ -30,12 +30,12 @@ #DISTFILES = $(DISTNAME).tar.gz # Enable these for Px-releases -MASTER_SITES = http://ftp.isc.org/isc/bind9/$(VERSION)-$(RELEASE)/ -DISTFILES = $(DISTNAME).tar.gz +#MASTER_SITES = http://ftp.isc.org/isc/bind9/$(VERSION)-$(RELEASE)/ +#DISTFILES = $(DISTNAME).tar.gz # Disable these for Px-releases -#MASTER_SITES = http://ftp.isc.org/isc/bind9/$(VERSION)/ -#DISTFILES = $(NAME)-$(VERSION).tar.gz +MASTER_SITES = http://ftp.isc.org/isc/bind9/$(VERSION)/ +DISTFILES = $(NAME)-$(VERSION).tar.gz DISTFILES += CSWbindchroot.postinstall @@ -91,9 +91,7 @@ CONFIGURE_ARGS += --enable-largefile CONFIGURE_ARGS += --sysconfdir=/etc/opt/csw CONFIGURE_ARGS += --localstatedir=/var/opt/csw/named -#CONFIGURE_ARGS += --enable-rrl -#CONFIGURE_ARGS += --with-dlz-ldap=/opt/csw -#CONFIGURE_ARGS += --disable-static +CONFIGURE_ARGS += --enable-fixed-rrset EXTRA_MERGE_EXCLUDE_FILES = .*~ $(libdir)/.*\.a $(libdir)/.*\.la $(mandir)/man1/isc-config.sh.1 $(bindir)/isc-config.sh @@ -127,13 +125,13 @@ CHECKPKG_OVERRIDES_CSWbindchroot += catalogname-does-not-match-pkgname|pkgname=CSWbindchroot|catalogname=bind_chroot|expected-catalogname=bindchroot # Will not split out all these libs -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libirs.so.160.0.1|soname=libirs.so.160|pkgname=CSWlibbind|expected=CSWlibirs160 CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/liblwres.so.160.0.0|soname=liblwres.so.160|pkgname=CSWlibbind|expected=CSWliblwres160 CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisccc.so.160.0.2|soname=libisccc.so.160|pkgname=CSWlibbind|expected=CSWlibisccc160 -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libbind9.so.160.0.2|soname=libbind9.so.160|pkgname=CSWlibbind|expected=CSWlibbind9-160 -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisccfg.so.160.0.5|soname=libisccfg.so.160|pkgname=CSWlibbind|expected=CSWlibisccfg160 -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisc.so.160.5.2|soname=libisc.so.160|pkgname=CSWlibbind|expected=CSWlibisc160 -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libdns.so.166.0.7|soname=libdns.so.166|pkgname=CSWlibbind|expected=CSWlibdns166 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libbind9.so.160.0.3|soname=libbind9.so.160|pkgname=CSWlibbind|expected=CSWlibbind9-160 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libdns.so.168.0.2|soname=libdns.so.168|pkgname=CSWlibbind|expected=CSWlibdns168 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libirs.so.160.0.2|soname=libirs.so.160|pkgname=CSWlibbind|expected=CSWlibirs160 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisc.so.166.1.0|soname=libisc.so.166|pkgname=CSWlibbind|expected=CSWlibisc166 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisccfg.so.160.1.0|soname=libisccfg.so.160|pkgname=CSWlibbind|expected=CSWlibisccfg160 # Some new checks, have no idea about their relevance CHECKPKG_OVERRIDES_CSWlibbind += no-direct-binding Modified: csw/mgar/pkg/bind/trunk/checksums =================================================================== --- csw/mgar/pkg/bind/trunk/checksums 2017-04-21 21:48:54 UTC (rev 26149) +++ csw/mgar/pkg/bind/trunk/checksums 2017-04-24 19:27:06 UTC (rev 26150) @@ -1 +1 @@ -3e1e525fc640308316cdf98cd29cfa11 bind-9.11.0-P5.tar.gz +c384ab071d902bac13487c1268e5a32f bind-9.11.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Mon Apr 24 23:06:32 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Mon, 24 Apr 2017 21:06:32 +0000 Subject: SF.net SVN: gar:[26151] csw/mgar/pkg/freetype/trunk/Makefile Message-ID: <1493067992.396796.32614@sfp-scm-3.v30.ch3.sourceforge.com> Revision: 26151 http://sourceforge.net/p/gar/code/26151 Author: rmottola Date: 2017-04-24 21:06:32 +0000 (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/Makefile 2017-04-24 19:27:06 UTC (rev 26150) +++ csw/mgar/pkg/freetype/trunk/Makefile 2017-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. From rmottola at users.sourceforge.net Mon Apr 24 23:42:33 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Mon, 24 Apr 2017 21:42:33 +0000 Subject: SF.net SVN: gar:[26152] csw/mgar/pkg/freetype/trunk/Makefile Message-ID: <1493070153.620524.27770@sfp-scm-7.v30.ch3.sourceforge.com> Revision: 26152 http://sourceforge.net/p/gar/code/26152 Author: rmottola Date: 2017-04-24 21:42:33 +0000 (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/Makefile 2017-04-24 21:06:32 UTC (rev 26151) +++ csw/mgar/pkg/freetype/trunk/Makefile 2017-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. From rmottola at opencsw.org Tue Apr 25 10:06:51 2017 From: rmottola at opencsw.org (Riccardo Mottola) Date: Tue, 25 Apr 2017 10:06:51 +0200 Subject: freetype/ fontconfig issues In-Reply-To: <5cef34df-e7e0-9fdd-76c2-a5b133857fe8@opencsw.org> References: <5cef34df-e7e0-9fdd-76c2-a5b133857fe8@opencsw.org> Message-ID: Hi, Riccardo Mottola via devel wrote: > /opt/csw/include/ft2build.h:56:38: fatal error: > freetype/config/ftheader.h: No such file or directory > compilation terminated. > gmake[7]: *** [obj/xlib.obj/XGFont.m.o] Error 1 > > I searched for ftheader.h and couldn't find it indeed. I correct myself: ftheader.h exist and is provided by freetype2: /opt/csw/include/freetype2/freetype/config/ftheader.h if I pass CONFIGURE_ARGS_5.9 += CFLAGS="$(CFLAGS) -I/opt/csw/include/freetype2" or EXTRA_INC += $(includedir)/freetype2 why shouldn't this work and be enough? What would be the preferred of the two variables to use, actually? Thanks - Riccardo From rmottola at users.sourceforge.net Tue Apr 25 10:46:37 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 25 Apr 2017 08:46:37 +0000 Subject: SF.net SVN: gar:[26153] csw/mgar/pkg/freetype/trunk Message-ID: <1493109997.273543.3108@sfp-scm-2.v30.ch3.sourceforge.com> Revision: 26153 http://sourceforge.net/p/gar/code/26153 Author: rmottola Date: 2017-04-25 08:46:36 +0000 (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/Makefile 2017-04-24 21:42:33 UTC (rev 26152) +++ csw/mgar/pkg/freetype/trunk/Makefile 2017-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. From dam at opencsw.org Tue Apr 25 10:49:09 2017 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 25 Apr 2017 10:49:09 +0200 Subject: freetype/ fontconfig issues In-Reply-To: References: <5cef34df-e7e0-9fdd-76c2-a5b133857fe8@opencsw.org> Message-ID: <43D9C8FA-F729-43A5-B849-80985B7910F9@opencsw.org> Hi Riccardo, Am 25.04.2017 um 10:06 schrieb Riccardo Mottola via devel : > > Hi, > > > Riccardo Mottola via devel wrote: >> /opt/csw/include/ft2build.h:56:38: fatal error: freetype/config/ftheader.h: No such file or directory >> compilation terminated. >> gmake[7]: *** [obj/xlib.obj/XGFont.m.o] Error 1 >> >> I searched for ftheader.h and couldn't find it indeed. > > I correct myself: ftheader.h exist and is provided by freetype2: > > /opt/csw/include/freetype2/freetype/config/ftheader.h > > if I pass > CONFIGURE_ARGS_5.9 += CFLAGS="$(CFLAGS) -I/opt/csw/include/freetype2" > > or > EXTRA_INC += $(includedir)/freetype2 > > why shouldn't this work and be enough? > > What would be the preferred of the two variables to use, actually? I would use EXTRA_CPPFLAGS += -I$(includedir)/freetype2 EXTRA_INC is super-old crap I inherited, I suggest not to use it. Adding explicit to CONFIGURE is ugly and should only be done in an emergency ;-) Best regrads ? Dago > > Thanks - Riccardo -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 841 bytes Desc: Message signed with OpenPGP URL: From rmottola at users.sourceforge.net Tue Apr 25 11:54:17 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 25 Apr 2017 09:54:17 +0000 Subject: SF.net SVN: gar:[26154] csw/mgar/pkg/freetype/trunk/Makefile Message-ID: <1493114057.143376.10875@sfp-scm-1.v30.ch3.sourceforge.com> Revision: 26154 http://sourceforge.net/p/gar/code/26154 Author: rmottola Date: 2017-04-25 09:54:16 +0000 (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/Makefile 2017-04-25 08:46:36 UTC (rev 26153) +++ csw/mgar/pkg/freetype/trunk/Makefile 2017-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. From dmichelsen at users.sourceforge.net Tue Apr 25 12:06:09 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 25 Apr 2017 10:06:09 +0000 Subject: SF.net SVN: gar:[26155] csw/mgar/pkg/freetype/trunk/Makefile Message-ID: <1493114769.309378.20237@sfp-scm-2.v30.ch3.sourceforge.com> Revision: 26155 http://sourceforge.net/p/gar/code/26155 Author: dmichelsen Date: 2017-04-25 10:06:08 +0000 (Tue, 25 Apr 2017) Log Message: ----------- freetype/trunk: Adjust building only 32 bit for Solaris 9 i386 Modified Paths: -------------- csw/mgar/pkg/freetype/trunk/Makefile Modified: csw/mgar/pkg/freetype/trunk/Makefile =================================================================== --- csw/mgar/pkg/freetype/trunk/Makefile 2017-04-25 09:54:16 UTC (rev 26154) +++ csw/mgar/pkg/freetype/trunk/Makefile 2017-04-25 10:06:08 UTC (rev 26155) @@ -21,18 +21,17 @@ VENDOR_URL = http://www.freetype.org/ +PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386 +PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 + 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 @@ -41,7 +40,6 @@ # 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)) PACKAGES += CSWlibfreetype-dev @@ -49,20 +47,14 @@ # PKGFILES is catchall RUNTIME_DEP_PKGS_CSWlibfreetype-dev += CSWlibfreetype6 -#where can we build? -PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386 -PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 +# Do not build a unified 32/64 bit package for Solaris 9 i386 +BUILD64_LIBS_ONLY-sparc-5.9 = 1 +BUILD64_LIBS_ONLY-sparc-5.10 = 1 +BUILD64_LIBS_ONLY-i386-5.10 = 1 +BUILD64_LIBS_ONLY = $(BUILD64_LIBS_ONLY-$(GARCH)-$(GAROSREL)) - GARCOMPILER = SUN GNUMAKE = gmake EXTRA_CONFIGURE_EXPORTS = GNUMAKE -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. From rmottola at opencsw.org Tue Apr 25 16:11:26 2017 From: rmottola at opencsw.org (Riccardo Mottola) Date: Tue, 25 Apr 2017 16:11:26 +0200 Subject: freetype/ fontconfig issues In-Reply-To: <43D9C8FA-F729-43A5-B849-80985B7910F9@opencsw.org> References: <5cef34df-e7e0-9fdd-76c2-a5b133857fe8@opencsw.org> <43D9C8FA-F729-43A5-B849-80985B7910F9@opencsw.org> Message-ID: <28e21c44-04c2-05ae-2bd2-4af277fa4309@opencsw.org> Hi, Dagobert Michelsen wrote: > > I would use > EXTRA_CPPFLAGS += -I$(includedir)/freetype2 > > EXTRA_INC is super-old crap I inherited, I suggest not to use it. > Adding explicit to CONFIGURE is ugly and should only be done in an > emergency ;-) I agree it is ugly :) and it didn't work any better! It doesn't work for me though, it looks at it has no effect, building on solaris 9 continues to fail.? I tried manually going into the build dir and issuing: work/solaris9-sparc/build-isa-sparcv8/gnustep-back-0.25.1 > gmake CPPFLAGS=-I/opt/csw/include/freetype2 and that fixes it, so the "fix" to pass the CPPFLAGS to make is correct, but it is not happening. $(includedir) is also much better I suppose? Riccardo From rmottola at users.sourceforge.net Tue Apr 25 16:19:01 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 25 Apr 2017 14:19:01 +0000 Subject: SF.net SVN: gar:[26156] csw/mgar/pkg/gnustep-back/trunk Message-ID: <1493129941.491539.9986@sfp-scm-2.v30.ch3.sourceforge.com> Revision: 26156 http://sourceforge.net/p/gar/code/26156 Author: rmottola Date: 2017-04-25 14:19:01 +0000 (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/Makefile 2017-04-25 10:06:08 UTC (rev 26155) +++ csw/mgar/pkg/gnustep-back/trunk/Makefile 2017-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. From dam at opencsw.org Tue Apr 25 16:21:58 2017 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 25 Apr 2017 16:21:58 +0200 Subject: freetype/ fontconfig issues In-Reply-To: <28e21c44-04c2-05ae-2bd2-4af277fa4309@opencsw.org> References: <5cef34df-e7e0-9fdd-76c2-a5b133857fe8@opencsw.org> <43D9C8FA-F729-43A5-B849-80985B7910F9@opencsw.org> <28e21c44-04c2-05ae-2bd2-4af277fa4309@opencsw.org> Message-ID: <8BA7FAD4-F76C-4BAF-87B0-5590B18845DC@opencsw.org> Hi Riccardo, I?ll install the packages when they hit the catalog. > Am 25.04.2017 um 16:11 schrieb Riccardo Mottola : > > Hi, > > Dagobert Michelsen wrote: >> >> I would use >> EXTRA_CPPFLAGS += -I$(includedir)/freetype2 >> >> EXTRA_INC is super-old crap I inherited, I suggest not to use it. >> Adding explicit to CONFIGURE is ugly and should only be done in an emergency ;-) > > I agree it is ugly :) and it didn't work any better! > It doesn't work for me though, it looks at it has no effect, building on solaris 9 continues to fail.? > > I tried manually going into the build dir and issuing: > work/solaris9-sparc/build-isa-sparcv8/gnustep-back-0.25.1 > gmake CPPFLAGS=-I/opt/csw/include/freetype2 > > and that fixes it, so the "fix" to pass the CPPFLAGS to make is correct, but it is not happening. Then this is because CPPFLAGS is directly set in the Makefile of gnustep-back. By adding it as rgument to gmake you hard-overwrite the value in the Makefile, please doublecheck the upstream Makefile. > > $(includedir) is also much better I suppose? No, that is the location where includefiles are installed, do not mess with it. Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 841 bytes Desc: Message signed with OpenPGP URL: From dmichelsen at users.sourceforge.net Wed Apr 26 11:20:06 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 26 Apr 2017 09:20:06 +0000 Subject: SF.net SVN: gar:[26157] csw/mgar/pkg/nginx/trunk Message-ID: <1493198406.521040.6710@sfp-scm-6.v30.ch3.sourceforge.com> Revision: 26157 http://sourceforge.net/p/gar/code/26157 Author: dmichelsen Date: 2017-04-26 09:20:06 +0000 (Wed, 26 Apr 2017) Log Message: ----------- nginx/trunk: Update to 1.13.0 Modified Paths: -------------- csw/mgar/pkg/nginx/trunk/Makefile csw/mgar/pkg/nginx/trunk/checksums Modified: csw/mgar/pkg/nginx/trunk/Makefile =================================================================== --- csw/mgar/pkg/nginx/trunk/Makefile 2017-04-25 14:19:01 UTC (rev 26156) +++ csw/mgar/pkg/nginx/trunk/Makefile 2017-04-26 09:20:06 UTC (rev 26157) @@ -1,5 +1,5 @@ NAME = nginx -VERSION = 1.11.5 +VERSION = 1.13.0 GARTYPE = v2 DESCRIPTION = HTTP server and mail proxy server Modified: csw/mgar/pkg/nginx/trunk/checksums =================================================================== --- csw/mgar/pkg/nginx/trunk/checksums 2017-04-25 14:19:01 UTC (rev 26156) +++ csw/mgar/pkg/nginx/trunk/checksums 2017-04-26 09:20:06 UTC (rev 26157) @@ -1 +1 @@ -db43f2b19746f6f47401c3afc3924dc6 nginx-1.11.5.tar.gz +0ff7057465d5622c5b1279e91b273e96 nginx-1.13.0.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Apr 26 12:17:07 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 26 Apr 2017 10:17:07 +0000 Subject: SF.net SVN: gar:[26158] csw/mgar/pkg/cpan/Crypt-OpenSSL-X509/trunk Message-ID: <1493201827.891846.10961@sfp-scm-7.v30.ch3.sourceforge.com> Revision: 26158 http://sourceforge.net/p/gar/code/26158 Author: dmichelsen Date: 2017-04-26 10:17:07 +0000 (Wed, 26 Apr 2017) Log Message: ----------- cpan/Crypt-OpenSSL-X509/trunk: Update to 1.807 and makemake Modified Paths: -------------- csw/mgar/pkg/cpan/Crypt-OpenSSL-X509/trunk/Makefile csw/mgar/pkg/cpan/Crypt-OpenSSL-X509/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/Crypt-OpenSSL-X509/trunk/files/CSWpmcryptosslx509.depend csw/mgar/pkg/cpan/Crypt-OpenSSL-X509/trunk/files/CSWpmcryptosslx509.gspec Modified: csw/mgar/pkg/cpan/Crypt-OpenSSL-X509/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Crypt-OpenSSL-X509/trunk/Makefile 2017-04-26 09:20:06 UTC (rev 26157) +++ csw/mgar/pkg/cpan/Crypt-OpenSSL-X509/trunk/Makefile 2017-04-26 10:17:07 UTC (rev 26158) @@ -1,16 +1,23 @@ NAME = Crypt-OpenSSL-X509 -VERSION = 0.4 +VERSION = 1.807 CATEGORIES = cpan GARTYPE = v2 AUTHOR = DANIEL -DESCRIPTION = Perl extension to OpenSSL X509 API. +DESCRIPTION = Perl extension to OpenSSL's X509 API define BLURB - This module implements a large majority of OpenSSL's useful X509 API. endef -DISTFILES += CSWpmcryptosslx509.gspec CSWpmcryptosslx509.depend +CATALOG_RELEASE = unstable -DEPENDS += lib/openssl +LICENSE_TEXT = This module is licensed under the perl license, please see for details http://dev.perl.org/licenses/ +PACKAGES += CSWpm-crypt-openssl-x509 +CATALOGNAME_CSWpm-crypt-openssl-x509 = pm_crypt_openssl_x509 +SPKG_DESC_CSWpm-crypt-openssl-x509 = Perl extension to OpenSSL's X509 API +RUNTIME_DEP_PKGS_CSWpm-crypt-openssl-x509 += CSWlibssl1-0-0 + +# Do not search for OpenSSL in /usr/local +REINPLACE_USRLOCAL += Makefile.PL + include gar/category.mk Modified: csw/mgar/pkg/cpan/Crypt-OpenSSL-X509/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Crypt-OpenSSL-X509/trunk/checksums 2017-04-26 09:20:06 UTC (rev 26157) +++ csw/mgar/pkg/cpan/Crypt-OpenSSL-X509/trunk/checksums 2017-04-26 10:17:07 UTC (rev 26158) @@ -1,3 +1 @@ -5887fa6c5370c19c97f4827ac0e5e71e download/CSWpmcryptosslx509.gspec -882cfc02f0fd6a7892b45bc34a8a9755 download/CSWpmcryptosslx509.depend -2a03b59360fedf721ae46874883c0559 download/Crypt-OpenSSL-X509-0.4.tar.gz +c9a687adeaf896c8f262b96b7f851e43 Crypt-OpenSSL-X509-1.807.tar.gz Deleted: csw/mgar/pkg/cpan/Crypt-OpenSSL-X509/trunk/files/CSWpmcryptosslx509.depend =================================================================== Deleted: csw/mgar/pkg/cpan/Crypt-OpenSSL-X509/trunk/files/CSWpmcryptosslx509.gspec =================================================================== --- csw/mgar/pkg/cpan/Crypt-OpenSSL-X509/trunk/files/CSWpmcryptosslx509.gspec 2017-04-26 09:20:06 UTC (rev 26157) +++ csw/mgar/pkg/cpan/Crypt-OpenSSL-X509/trunk/files/CSWpmcryptosslx509.gspec 2017-04-26 10:17:07 UTC (rev 26158) @@ -1,8 +0,0 @@ -%var bitname pm_cryptosslx509 -%var pkgname CSWpmcryptosslx509 -%include url file://%{PKGLIB}/csw_cpan.gspec -%copyright -Copyright (C) 2004 Daniel Sully - -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Apr 26 12:30:29 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 26 Apr 2017 10:30:29 +0000 Subject: SF.net SVN: gar:[26159] csw/mgar/pkg/cpan Message-ID: <1493202629.330945.21939@sfp-scm-6.v30.ch3.sourceforge.com> Revision: 26159 http://sourceforge.net/p/gar/code/26159 Author: dmichelsen Date: 2017-04-26 10:30:29 +0000 (Wed, 26 Apr 2017) Log Message: ----------- cpan/Net-SSL-ExpireDate/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Net-SSL-ExpireDate/ csw/mgar/pkg/cpan/Net-SSL-ExpireDate/branches/ csw/mgar/pkg/cpan/Net-SSL-ExpireDate/tags/ csw/mgar/pkg/cpan/Net-SSL-ExpireDate/trunk/ csw/mgar/pkg/cpan/Net-SSL-ExpireDate/trunk/Makefile csw/mgar/pkg/cpan/Net-SSL-ExpireDate/trunk/checksums csw/mgar/pkg/cpan/Net-SSL-ExpireDate/trunk/files/ Index: csw/mgar/pkg/cpan/Net-SSL-ExpireDate/trunk =================================================================== --- csw/mgar/pkg/cpan/Net-SSL-ExpireDate/trunk 2017-04-26 10:17:07 UTC (rev 26158) +++ csw/mgar/pkg/cpan/Net-SSL-ExpireDate/trunk 2017-04-26 10:30:29 UTC (rev 26159) Property changes on: csw/mgar/pkg/cpan/Net-SSL-ExpireDate/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1,2 ## +work + Added: csw/mgar/pkg/cpan/Net-SSL-ExpireDate/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Net-SSL-ExpireDate/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Net-SSL-ExpireDate/trunk/Makefile 2017-04-26 10:30:29 UTC (rev 26159) @@ -0,0 +1,27 @@ +NAME = Net-SSL-ExpireDate +VERSION = 1.20 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = HIROSE + +DESCRIPTION = Obtain expiration date of certificate +define BLURB +endef + +CATALOG_RELEASE = unstable + +LICENSE_TEXT = This module is licensed under the perl license, please see for details http://dev.perl.org/licenses/ + +PACKAGES += CSWpm-net-ssl-expiredate +CATALOGNAME_CSWpm-net-ssl-expiredate = pm_net_ssl_expiredate +SPKG_DESC_CSWpm-net-ssl-expiredate = Obtain expiration date of certificate +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-net-ssl-expiredate = 1 +RUNTIME_DEP_PKGS_CSWpm-net-ssl-expiredate += CSWpm-crypt-openssl-x509 +RUNTIME_DEP_PKGS_CSWpm-net-ssl-expiredate += CSWpm-datetime +RUNTIME_DEP_PKGS_CSWpm-net-ssl-expiredate += CSWpm-universal-require +RUNTIME_DEP_PKGS_CSWpm-net-ssl-expiredate += CSWpm-timedate +RUNTIME_DEP_PKGS_CSWpm-net-ssl-expiredate += CSWpm-class-accessor +RUNTIME_DEP_PKGS_CSWpm-net-ssl-expiredate += CSWpm-time-duration-parse + +include gar/category.mk Added: csw/mgar/pkg/cpan/Net-SSL-ExpireDate/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Net-SSL-ExpireDate/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Net-SSL-ExpireDate/trunk/checksums 2017-04-26 10:30:29 UTC (rev 26159) @@ -0,0 +1 @@ +408a48ad15c9902ac0932822ee955ff2 Net-SSL-ExpireDate-1.20.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Apr 26 15:57:27 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 26 Apr 2017 13:57:27 +0000 Subject: SF.net SVN: gar:[26160] csw/mgar/pkg/cpan Message-ID: <1493215047.946509.30853@sfp-scm-2.v30.ch3.sourceforge.com> Revision: 26160 http://sourceforge.net/p/gar/code/26160 Author: dmichelsen Date: 2017-04-26 13:57:27 +0000 (Wed, 26 Apr 2017) Log Message: ----------- cpan/Crypt-X509/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Crypt-X509/ csw/mgar/pkg/cpan/Crypt-X509/branches/ csw/mgar/pkg/cpan/Crypt-X509/tags/ csw/mgar/pkg/cpan/Crypt-X509/trunk/ csw/mgar/pkg/cpan/Crypt-X509/trunk/Makefile csw/mgar/pkg/cpan/Crypt-X509/trunk/checksums csw/mgar/pkg/cpan/Crypt-X509/trunk/files/ Index: csw/mgar/pkg/cpan/Crypt-X509/trunk =================================================================== --- csw/mgar/pkg/cpan/Crypt-X509/trunk 2017-04-26 10:30:29 UTC (rev 26159) +++ csw/mgar/pkg/cpan/Crypt-X509/trunk 2017-04-26 13:57:27 UTC (rev 26160) Property changes on: csw/mgar/pkg/cpan/Crypt-X509/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1,2 ## +work + Added: csw/mgar/pkg/cpan/Crypt-X509/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Crypt-X509/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Crypt-X509/trunk/Makefile 2017-04-26 13:57:27 UTC (rev 26160) @@ -0,0 +1,21 @@ +NAME = Crypt-X509 +VERSION = 0.51 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = AJUNG + +DESCRIPTION = Parse a X.509 certificate +define BLURB +endef + +CATALOG_RELEASE = unstable + +LICENSE_TEXT = This module is licensed under the unknown license + +PACKAGES += CSWpm-crypt-x509 +CATALOGNAME_CSWpm-crypt-x509 = pm_crypt_x509 +SPKG_DESC_CSWpm-crypt-x509 = Parse a X.509 certificate +ARCHALL_CSWpm-crypt-x509 = 1 +RUNTIME_DEP_PKGS_CSWpm-crypt-x509 += CSWpm-convert-asn1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Crypt-X509/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Crypt-X509/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Crypt-X509/trunk/checksums 2017-04-26 13:57:27 UTC (rev 26160) @@ -0,0 +1 @@ +aadab2960d2bd65a212d1bd7f50e282a Crypt-X509-0.51.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Apr 27 09:18:18 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 27 Apr 2017 07:18:18 +0000 Subject: SF.net SVN: gar:[26161] csw/mgar/pkg/cpan/Net-DNS/trunk Message-ID: <1493277498.396049.9371@sfp-scm-8.v30.ch3.sourceforge.com> Revision: 26161 http://sourceforge.net/p/gar/code/26161 Author: dmichelsen Date: 2017-04-27 07:18:17 +0000 (Thu, 27 Apr 2017) Log Message: ----------- cpan/Net-DNS/trunk: Update to 1.09, awaiting feedback from Peter Modified Paths: -------------- csw/mgar/pkg/cpan/Net-DNS/trunk/Makefile csw/mgar/pkg/cpan/Net-DNS/trunk/checksums Added Paths: ----------- csw/mgar/pkg/cpan/Net-DNS/trunk/files/0001-Makefile.PL.patch Modified: csw/mgar/pkg/cpan/Net-DNS/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Net-DNS/trunk/Makefile 2017-04-26 13:57:27 UTC (rev 26160) +++ csw/mgar/pkg/cpan/Net-DNS/trunk/Makefile 2017-04-27 07:18:17 UTC (rev 26161) @@ -1,26 +1,26 @@ NAME = Net-DNS -VERSION = 0.83 +VERSION = 1.09 CATEGORIES = cpan GARTYPE = v2 AUTHOR = NLNETLABS -DESCRIPTION = Interface to the DNS resolver +DESCRIPTION = Perl Interface to the Domain Name System define BLURB endef -PACKAGES = CSWpm-net-dns -SPKG_DESC_CSWpm-net-dns = $(DESCRIPTION) -OBSOLETED_BY_CSWpm-net-dns = CSWpmnetdns -CATALOGNAME_CSWpmnetdns = pm_netdns +PATCHFILES += 0001-Makefile.PL.patch -DISTFILES += COPYING +CATALOG_RELEASE = unstable -RUNTIME_DEP_PKGS = CSWpm-digest-hmac -RUNTIME_DEP_PKGS += CSWpm-net-ip +LICENSE_TEXT = This module is licensed under the mit license -CONFIGURE_ARGS = --no-online-tests -CONFIGURE_ARGS += --no-IPv6-tests +PACKAGES += CSWpm-net-dns +CATALOGNAME_CSWpm-net-dns = pm_net_dns +SPKG_DESC_CSWpm-net-dns = Perl Interface to the Domain Name System +RUNTIME_DEP_PKGS_CSWpm-net-dns += CSWpm-digest-hmac +ARCHALL_CSWpm-net-dns = 1 -EXTRA_MERGE_EXCLUDE_FILES = .*~ .*perllocal\.pod +# Clean out existing CONFIGURE_ARGS +CONFIGURE_ARGS = include gar/category.mk Modified: csw/mgar/pkg/cpan/Net-DNS/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Net-DNS/trunk/checksums 2017-04-26 13:57:27 UTC (rev 26160) +++ csw/mgar/pkg/cpan/Net-DNS/trunk/checksums 2017-04-27 07:18:17 UTC (rev 26161) @@ -1 +1 @@ -f1d48107ff6b366479ad035783486d7a Net-DNS-0.83.tar.gz +0db549fa210b540344923124ed912037 Net-DNS-1.09.tar.gz Added: csw/mgar/pkg/cpan/Net-DNS/trunk/files/0001-Makefile.PL.patch =================================================================== --- csw/mgar/pkg/cpan/Net-DNS/trunk/files/0001-Makefile.PL.patch (rev 0) +++ csw/mgar/pkg/cpan/Net-DNS/trunk/files/0001-Makefile.PL.patch 2017-04-27 07:18:17 UTC (rev 26161) @@ -0,0 +1,78 @@ +From 4aade20f190dc9f3a55da11117269767cc6c3078 Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen +Date: Wed, 26 Apr 2017 13:01:22 +0200 +Subject: [PATCH] Makefile.PL + +--- + Makefile.PL | 55 ------------------------------------------------------- + 1 file changed, 55 deletions(-) + +diff --git a/Makefile.PL b/Makefile.PL +index 67d77ae..5e96d2f 100644 +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -214,61 +214,6 @@ EOT + } + + +-package MY; ## customise generated Makefile +- +-sub install { +- my $self = shift; +- +- my %install_type = qw(perl INSTALLPRIVLIB site INSTALLSITELIB vendor INSTALLVENDORLIB); +- my $install_site = join '', '$(DESTDIR)$(', $install_type{$self->{INSTALLDIRS}}, ')'; +- for ($install_site) { +- s/\$\(([A-Z_]+)\)/$self->{$1}/g while /\$\(/; # expand Makefile macros +- s|([/])[/]+|$1|g; # remove gratuitous //s +- } +- +- eval { require Net::DNS }; +- +- my $nameregex = '\W+Net\WDNS.pm$'; +- my @installed = grep $_ =~ m/$nameregex/i, values %INC; +- my %noinstall; +- +- foreach (@installed) { +- my $path = lc($1) if m/^(.+)$nameregex/i; +- my %seen; +- foreach (@INC) { +- $seen{$_}++; # find $path in @INC +- last if $path eq lc($_); +- } +- foreach ( grep !$seen{$_}, @INC ) { +- $noinstall{$_}++; # mark hidden libraries +- } +- } +- +- return $self->SUPER::install(@_) unless $noinstall{$install_site}; +- +- warn <<"AMEN"; +-## +-## The install location for this version of Net::DNS differs +-## from the existing version $Net::DNS::VERSION in your perl library. +-## @installed +-## +-## The installation will be rendered ineffective because old +-## Net::DNS will be found on the library search path before +-## $install_site +-## +-## Makefile has been generated to support build and test only. +-## +-AMEN +- +- return <<'END'; +-install : +- $(NOECHO) $(ECHO) "## Makefile supports test build only" +- $(NOECHO) $(ECHO) "## (see message from Makefile.PL)" +- $(NOECHO) $(FALSE) +-END +-} +- +- + sub postamble { + return <<'END'; + test_cover : pure_all +-- +2.4.0 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Thu Apr 27 12:09:45 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 27 Apr 2017 10:09:45 +0000 Subject: SF.net SVN: gar:[26162] csw/mgar/pkg/gnustep-back/trunk/Makefile Message-ID: <1493287785.698461.21810@sfp-scm-1.v30.ch3.sourceforge.com> Revision: 26162 http://sourceforge.net/p/gar/code/26162 Author: rmottola Date: 2017-04-27 10:09:45 +0000 (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/Makefile 2017-04-27 07:18:17 UTC (rev 26161) +++ csw/mgar/pkg/gnustep-back/trunk/Makefile 2017-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. From rmottola at users.sourceforge.net Thu Apr 27 14:43:43 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 27 Apr 2017 12:43:43 +0000 Subject: SF.net SVN: gar:[26163] csw/mgar/pkg/gnustep-back/trunk Message-ID: <1493297023.255268.19948@sfp-scm-1.v30.ch3.sourceforge.com> Revision: 26163 http://sourceforge.net/p/gar/code/26163 Author: rmottola Date: 2017-04-27 12:43:42 +0000 (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/Makefile 2017-04-27 10:09:45 UTC (rev 26162) +++ csw/mgar/pkg/gnustep-back/trunk/Makefile 2017-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. From dmichelsen at users.sourceforge.net Thu Apr 27 14:58:19 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 27 Apr 2017 12:58:19 +0000 Subject: SF.net SVN: gar:[26164] csw/mgar/pkg/lang-python/matplotlib/trunk Message-ID: <1493297899.355753.32357@sfp-scm-7.v30.ch3.sourceforge.com> Revision: 26164 http://sourceforge.net/p/gar/code/26164 Author: dmichelsen Date: 2017-04-27 12:58:18 +0000 (Thu, 27 Apr 2017) Log Message: ----------- lang-python/matplotlib/trunk: Update to 2.0.0 Modified Paths: -------------- csw/mgar/pkg/lang-python/matplotlib/trunk/Makefile csw/mgar/pkg/lang-python/matplotlib/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/lang-python/matplotlib/trunk/files/0001-avoid-reserved-variable-names.patch Modified: csw/mgar/pkg/lang-python/matplotlib/trunk/Makefile =================================================================== --- csw/mgar/pkg/lang-python/matplotlib/trunk/Makefile 2017-04-27 12:43:42 UTC (rev 26163) +++ csw/mgar/pkg/lang-python/matplotlib/trunk/Makefile 2017-04-27 12:58:18 UTC (rev 26164) @@ -9,7 +9,7 @@ # upstream bug: http://bugs.python.org/issue1250 NAME = matplotlib -VERSION = 1.3.1 +VERSION = 2.0.0 CATEGORIES = python CATALOGNAME = py_matplotlib @@ -22,34 +22,33 @@ graphical user interface toolkits. endef -SPKG_SOURCEURL = http://matplotlib.sourceforge.net/ +VENDOR_URL = http://matplotlib.sourceforge.net/ MASTER_SITES = $(SF_MIRRORS) -DISTFILES = $(DISTNAME).tar.gz +DISTFILES += $(DISTNAME).tar.gz LICENSE = LICENSE/LICENSE +MODULATIONS_PYTHON_VERSION = 2_7 + BUILD_DEP_PKGS = CSWpython27-dev -RUNTIME_DEP_PKGS = CSWlibpython2-7-1-0 -RUNTIME_DEP_PKGS += CSWlibstdc++6 -RUNTIME_DEP_PKGS += CSWlibpng15-15 -RUNTIME_DEP_PKGS += CSWlibgcc-s1 -RUNTIME_DEP_PKGS += CSWlibfreetype6 -RUNTIME_DEP_PKGS += CSWpy-pyparsing +PACKAGES += CSWpy-matplotlib +SPKG_DESC_CSWpy-matplotlib = Python 2D plotting library +# PKGFILES is catchall +RUNTIME_DEP_PKGS_CSWpy-matplotlib += CSWlibpython2-7-1-0 +RUNTIME_DEP_PKGS_CSWpy-matplotlib += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWpy-matplotlib += CSWlibpng16-16 +RUNTIME_DEP_PKGS_CSWpy-matplotlib += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWpy-matplotlib += CSWlibfreetype6 +RUNTIME_DEP_PKGS_CSWpy-matplotlib += CSWpy-pyparsing +RUNTIME_DEP_PKGS_CSWpy-matplotlib += CSWlibintl9 +RUNTIME_DEP_PKGS_CSWpy-matplotlib += CSWlibgdk-x11-2-0-0 +RUNTIME_DEP_PKGS_CSWpy-matplotlib += CSWlibgdk-pixbuf2-0-0 +RUNTIME_DEP_PKGS_CSWpy-matplotlib += CSWlibgobject2-0-0 +RUNTIME_DEP_PKGS_CSWpy-matplotlib += CSWlibglib2-0-0 CHECKPKG_OVERRIDES_CSWpy-matplotlib += python-package-missing-py26-files CHECKPKG_OVERRIDES_CSWpy-matplotlib += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.7/site-packages/matplotlib/dviread.py CHECKPKG_OVERRIDES_CSWpy-matplotlib += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.7/site-packages/matplotlib/font_manager.py -CHECKPKG_OVERRIDES_CSWpy-matplotlib += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.7/site-packages/matplotlib/_mathtext_data.py -CHECKPKG_OVERRIDES_CSWpy-matplotlib += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.7/site-packages/matplotlib/tests/test_agg.py CHECKPKG_OVERRIDES_CSWpy-matplotlib += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.7/site-packages/matplotlib/font_manager.py -PATCHFILES += 0001-avoid-reserved-variable-names.patch -MODULATIONS_PYTHON_VERSION = 2_7 -CONFIGURE_ARGS = $(DIRPATHS) -EXTRA_MERGE_EXCLUDE_FILES += .*\.egg-info.* .*\.pyo .*\.pyc - -pre-configure: - @rm -f work/build-isa-sparcv8/$(GARNAME)-$(GARVERSION)/lib/$(GARNAME)/tests/baseline_images/test_axes/shaped\ data.svg - @$(MAKECOOKIE) - include gar/category.mk Modified: csw/mgar/pkg/lang-python/matplotlib/trunk/checksums =================================================================== --- csw/mgar/pkg/lang-python/matplotlib/trunk/checksums 2017-04-27 12:43:42 UTC (rev 26163) +++ csw/mgar/pkg/lang-python/matplotlib/trunk/checksums 2017-04-27 12:58:18 UTC (rev 26164) @@ -1 +1 @@ -444624ad58de05f9029b0b5811e11c17 matplotlib-1.3.1.tar.gz +ce5f3297f9511effd43877cd425293d3 matplotlib-2.0.0.tar.gz Deleted: csw/mgar/pkg/lang-python/matplotlib/trunk/files/0001-avoid-reserved-variable-names.patch =================================================================== --- csw/mgar/pkg/lang-python/matplotlib/trunk/files/0001-avoid-reserved-variable-names.patch 2017-04-27 12:43:42 UTC (rev 26163) +++ csw/mgar/pkg/lang-python/matplotlib/trunk/files/0001-avoid-reserved-variable-names.patch 2017-04-27 12:58:18 UTC (rev 26164) @@ -1,48 +0,0 @@ -From bf6bfdd8c9591de27eceeb1ad18a0b18842796a4 Mon Sep 17 00:00:00 2001 -From: Oliver Kiddle -Date: Tue, 28 Jan 2014 12:26:44 +0000 -Subject: [PATCH] avoid reserved variable names - ---- - lib/matplotlib/tri/_tri.cpp | 6 +++--- - lib/matplotlib/tri/_tri.h | 2 +- - 2 files changed, 4 insertions(+), 4 deletions(-) - -diff --git a/lib/matplotlib/tri/_tri.cpp b/lib/matplotlib/tri/_tri.cpp -index 9dd538a..ce5260b 100644 ---- a/lib/matplotlib/tri/_tri.cpp -+++ b/lib/matplotlib/tri/_tri.cpp -@@ -2177,14 +2177,14 @@ TrapezoidMapTriFinder::Trapezoid::set_upper_right(Trapezoid* upper_right_) - - - RandomNumberGenerator::RandomNumberGenerator(unsigned long seed) -- : _M(21870), _A(1291), _C(4621), _seed(seed % _M) -+ : M_(21870), A_(1291), C_(4621), _seed(seed % M_) - {} - - unsigned long - RandomNumberGenerator::operator()(unsigned long max_value) - { -- _seed = (_seed*_A + _C) % _M; -- return (_seed*max_value) / _M; -+ _seed = (_seed*A_ + C_) % M_; -+ return (_seed*max_value) / M_; - } - - -diff --git a/lib/matplotlib/tri/_tri.h b/lib/matplotlib/tri/_tri.h -index 3662678..0d5acef 100644 ---- a/lib/matplotlib/tri/_tri.h -+++ b/lib/matplotlib/tri/_tri.h -@@ -818,7 +818,7 @@ public: - unsigned long operator()(unsigned long max_value); - - private: -- const unsigned long _M, _A, _C; -+ const unsigned long M_, A_, C_; - unsigned long _seed; - }; - --- -1.8.4.1 - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Thu Apr 27 17:35:06 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 27 Apr 2017 15:35:06 +0000 Subject: SF.net SVN: gar:[26165] csw/mgar/pkg/gnustep-back/trunk/Makefile Message-ID: <1493307306.53972.11288@sfp-scm-8.v30.ch3.sourceforge.com> Revision: 26165 http://sourceforge.net/p/gar/code/26165 Author: rmottola Date: 2017-04-27 15:35:05 +0000 (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/Makefile 2017-04-27 12:58:18 UTC (rev 26164) +++ csw/mgar/pkg/gnustep-back/trunk/Makefile 2017-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. From rmottola at users.sourceforge.net Thu Apr 27 18:31:11 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 27 Apr 2017 16:31:11 +0000 Subject: SF.net SVN: gar:[26166] csw/mgar/pkg/gs_PRICE/trunk Message-ID: <1493310671.450465.9373@sfp-scm-2.v30.ch3.sourceforge.com> Revision: 26166 http://sourceforge.net/p/gar/code/26166 Author: rmottola Date: 2017-04-27 16:31:11 +0000 (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/Makefile 2017-04-27 15:35:05 UTC (rev 26165) +++ csw/mgar/pkg/gs_PRICE/trunk/Makefile 2017-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. From rmottola at users.sourceforge.net Thu Apr 27 19:04:16 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 27 Apr 2017 17:04:16 +0000 Subject: SF.net SVN: gar:[26167] csw/mgar/pkg/gs_gorm/trunk Message-ID: <1493312656.377686.7344@sfp-scm-5.v30.ch3.sourceforge.com> Revision: 26167 http://sourceforge.net/p/gar/code/26167 Author: rmottola Date: 2017-04-27 17:04:16 +0000 (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/checksums 2017-04-27 16:31:11 UTC (rev 26166) +++ csw/mgar/pkg/gs_gorm/trunk/checksums 2017-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. From rmottola at users.sourceforge.net Fri Apr 28 10:26:08 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Fri, 28 Apr 2017 08:26:08 +0000 Subject: SF.net SVN: gar:[26168] csw/mgar/pkg/openssl/trunk Message-ID: <1493367968.519319.3240@sfp-scm-8.v30.ch3.sourceforge.com> Revision: 26168 http://sourceforge.net/p/gar/code/26168 Author: rmottola Date: 2017-04-28 08:26:07 +0000 (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/checksums 2017-04-27 17:04:16 UTC (rev 26167) +++ csw/mgar/pkg/openssl/trunk/checksums 2017-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}: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. From dam at opencsw.org Fri Apr 28 11:33:09 2017 From: dam at opencsw.org (Dagobert Michelsen) Date: Fri, 28 Apr 2017 11:33:09 +0200 Subject: SF.net SVN: gar:[26168] csw/mgar/pkg/openssl/trunk In-Reply-To: <1493367968.519319.3240@sfp-scm-8.v30.ch3.sourceforge.com> References: <1493367968.519319.3240@sfp-scm-8.v30.ch3.sourceforge.com> Message-ID: Hi Riccardo, please revert that change, trunk is for 0.9.8 and should receive updates to minor revs only. There are branches like https://buildfarm.opencsw.org/source/xref/opencsw/csw/mgar/pkg/openssl1/branches/openssl_101/Makefile Please start from there in a specific branch. Best regards ? Dagp > Am 28.04.2017 um 10:26 schrieb rmottola--- via devel : > > Revision: 26168 > http://sourceforge.net/p/gar/code/26168 > Author: rmottola > Date: 2017-04-28 08:26:07 +0000 (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/checksums 2017-04-27 17:04:16 UTC (rev 26167) > +++ csw/mgar/pkg/openssl/trunk/checksums 2017-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}: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. > -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 841 bytes Desc: Message signed with OpenPGP URL: From rmottola at users.sourceforge.net Fri Apr 28 13:12:38 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Fri, 28 Apr 2017 11:12:38 +0000 Subject: SF.net SVN: gar:[26169] csw/mgar/pkg/openssl/trunk Message-ID: <1493377958.614837.31754@sfp-scm-3.v30.ch3.sourceforge.com> Revision: 26169 http://sourceforge.net/p/gar/code/26169 Author: rmottola Date: 2017-04-28 11:12:38 +0000 (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/checksums 2017-04-28 08:26:07 UTC (rev 26168) +++ csw/mgar/pkg/openssl/trunk/checksums 2017-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).\$(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. From rmottola at users.sourceforge.net Fri Apr 28 17:08:26 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Fri, 28 Apr 2017 15:08:26 +0000 Subject: SF.net SVN: gar:[26170] csw/mgar/pkg/openssl1/branches/lts102/ Message-ID: <1493392106.164657.13948@sfp-scm-7.v30.ch3.sourceforge.com> Revision: 26170 http://sourceforge.net/p/gar/code/26170 Author: rmottola Date: 2017-04-28 15:08:25 +0000 (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. From rmottola at users.sourceforge.net Sun Apr 30 18:17:39 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Sun, 30 Apr 2017 16:17:39 +0000 Subject: SF.net SVN: gar:[26171] csw/mgar/pkg/openssl1/branches/lts102 Message-ID: <1493569059.141498.24176@sfp-scm-4.v30.ch3.sourceforge.com> Revision: 26171 http://sourceforge.net/p/gar/code/26171 Author: rmottola Date: 2017-04-30 16:17:38 +0000 (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.c 2016-06-21 13:43:24.299079900 -0700 ++++ b/apps/ts.c 2016-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 by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Sun Apr 30 19:38:57 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Sun, 30 Apr 2017 17:38:57 +0000 Subject: SF.net SVN: gar:[26172] csw/mgar/pkg/openssl1/branches/lts102 Message-ID: <1493573938.11309.9506@sfp-scm-4.v30.ch3.sourceforge.com> Revision: 26172 http://sourceforge.net/p/gar/code/26172 Author: rmottola Date: 2017-04-30 17:38:57 +0000 (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.