[csw-devel] SF.net SVN: gar:[16773] csw/mgar/pkg/nspr/trunk
Maciej (Matchek) Bliziński
maciej at opencsw.org
Mon Jan 16 13:55:05 CET 2012
2012/1/16 <cgrzemba at users.sourceforge.net>:
> Revision: 16773
> http://gar.svn.sourceforge.net/gar/?rev=16773&view=rev
> Author: cgrzemba
> Date: 2012-01-16 10:14:31 +0000 (Mon, 16 Jan 2012)
> Log Message:
> -----------
> nspr/trunk: update version 4.8.9
>
> Modified Paths:
> --------------
> csw/mgar/pkg/nspr/trunk/Makefile
> csw/mgar/pkg/nspr/trunk/checksums
>
> Modified: csw/mgar/pkg/nspr/trunk/Makefile
> ===================================================================
> --- csw/mgar/pkg/nspr/trunk/Makefile 2012-01-16 09:10:42 UTC (rev 16772)
> +++ csw/mgar/pkg/nspr/trunk/Makefile 2012-01-16 10:14:31 UTC (rev 16773)
> @@ -8,7 +8,7 @@
>
> NAME = nspr
> MAJOR_VERSION = 4
> -MIN_VERSION = 8.7
> +MIN_VERSION = 8.9
> VERSION = $(MAJOR_VERSION).$(MIN_VERSION)
> CATEGORIES = lib
>
> @@ -18,11 +18,13 @@
> many of Red Hat's, Sun's, and other software offerings.
> endef
>
> -MASTER_SITES = https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v$(VERSION)/src/
> +MASTER_SITES = http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v$(VERSION)/src/
Why this change?
> DISTFILES = $(NAME)-$(VERSION).tar.gz
> DISTFILES += LICENSE
> PATCHFILES = nspr-4.6.1-config.patch
>
> +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
> +
This should compile on Solaris 9, is there any trouble with that?
> PACKAGES = CSWnspr-dev
> CATALOGNAME_CSWnspr-dev = nspr_dev
> SPKG_DESC_CSWnspr-dev = Netscape Portable Runtime, header files
> @@ -104,6 +106,9 @@
> # # three libraries to be in one package.
> # CHECKPKG_OVERRIDES_CSWlibnspr4 += shared-lib-pkgname-mismatch
>
> +CPPFLAGS =
> +PREFIX = $(prefix)
> +
Did you mean to export these variables?
> include gar/category.mk
>
> configure-nspr:
> @@ -135,8 +140,7 @@
> ginstall -m 755 $(WORKSRC)/build/config/nspr-config \
> $(DESTDIR)$(bindir)
> ginstall -m 755 -d $(DESTDIR)$(libdir)/pkgconfig
> - ginstall -m 644 $(WORKSRC)/build/config/nspr.pc \
> - $(DESTDIR)$(libdir)/pkgconfig
> + ginstall -m 644 $(WORKSRC)/build/config/nspr.pc $(DESTDIR)$(libdir)/pkgconfig
Please try to keep lines at up to 80 columns wide.
> if [ $(MEMORYMODEL) = 64 ]; then \
> gsed -i -e 's+/lib$$+lib/64+' $(DESTDIR)$(libdir)/pkgconfig/nspr.pc ; \
> fi
>
> Modified: csw/mgar/pkg/nspr/trunk/checksums
> ===================================================================
> --- csw/mgar/pkg/nspr/trunk/checksums 2012-01-16 09:10:42 UTC (rev 16772)
> +++ csw/mgar/pkg/nspr/trunk/checksums 2012-01-16 10:14:31 UTC (rev 16773)
> @@ -1 +1 @@
> -97e30989a56ab813453b71261849c200 nspr-4.8.7.tar.gz
> +60770d45dc08c0f181b22cdfce5be3e8 nspr-4.8.9.tar.gz
>
> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
>
> _______________________________________________
> devel mailing list
> devel at lists.opencsw.org
> https://lists.opencsw.org/mailman/listinfo/devel
More information about the devel
mailing list