[csw-devel] SF.net SVN: gar:[12539] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Jan 14 13:38:10 CET 2011
Revision: 12539
http://gar.svn.sourceforge.net/gar/?rev=12539&view=rev
Author: dmichelsen
Date: 2011-01-14 12:38:10 +0000 (Fri, 14 Jan 2011)
Log Message:
-----------
libgmp3: Create separate directory for legacy libgmp.so.3
Modified Paths:
--------------
csw/mgar/pkg/libgmp3/trunk/Makefile
csw/mgar/pkg/libgmp3/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/libgmp3/
Modified: csw/mgar/pkg/libgmp3/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libgmp/trunk/Makefile 2011-01-14 10:26:55 UTC (rev 12538)
+++ csw/mgar/pkg/libgmp3/trunk/Makefile 2011-01-14 12:38:10 UTC (rev 12539)
@@ -1,5 +1,5 @@
NAME = gmp
-VERSION = 5.0.1
+VERSION = 4.3.2
CATEGORIES = lib
DESCRIPTION = GNU Multiple Precision Arithmetic Library
@@ -25,7 +25,7 @@
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.bz2
-#GARCOMPILER = GCC4
+GARCOMPILER = GCC4
BUILD64 = 1
EXTRA_BUILD_ISAS_sparc = sparcv8plus sparcv8plus+vis
@@ -55,34 +55,16 @@
CONFIGURE_ARGS = ABI=$(ABI_$(ISA)) MPN_PATH=$(MPN_$(ISA)) $(DIRPATHS)
-#EXTRA_MERGE_DIRS_isa-sparcv8plus = $(includedir)
-#EXTRA_MERGE_DIRS_isa-sparcv8plus+vis = $(includedir)
-#EXTRA_MERGE_DIRS_isa-sparcv9 = $(includedir)
-#EXTRA_MERGE_DIRS_isa-amd64 = $(includedir)
-#EXTRA_MERGE_DIRS_isa-pentium = $(includedir)
+PACKAGES += CSWlibgmp
+CATALOGNAME_CSWlibgmp = libgmp
+SPKG_DESC_CSWlibgmp = Legacy GNU Multiple Precision Arithmetic Library, libgmp.so.3
+PKGFILES_CSWlibgmp = $(call baseisadirs,$(libdir),libgmp\.so\.3(\.\d+)*)
+# This is a legacy package, tolerate the wrong name until this is obsoleted
+CHECKPKG_OVERRIDES_CSWlibgmp += shared-lib-pkgname-mismatch
-PACKAGES += CSWlibgmp10
-CATALOGNAME_CSWlibgmp10 = libgmp10
-SPKG_DESC_CSWlibgmp10 = GNU Multiple Precision Arithmetic Library, libgmp.so.10
-PKGFILES_CSWlibgmp10 = $(call baseisadirs,$(libdir),libgmp\.so\.10(\.\d+)*)
+RUNTIME_DEP_PKGS = CSWgcc4corert
-PACKAGES += CSWlibgmp-dev
-CATALOGNAME_CSWlibgmp-dev = libgmp_dev
-SPKG_DESC_CSWlibgmp-dev = Development Files for libgmp
-# Catchall PKGFILES
-RUNTIME_DEP_PKGS_CSWlibgmp-dev = CSWlibgmp10
-
-#RUNTIME_DEP_PKGS = CSWgcc4corert
-
-# We have collisions with legacy CSWlibgmp until re-release
-CHECKPKG_OVERRIDES_CSWlibgmp-dev += file-collision
-
include gar/category.mk
-#ifeq ($(ISA), sparcv8plus)
-# ARCHFLAGS_$(GARCOMPILER)_$(ISA) = -mcpu=v9 -mv8plus
-#endif
-#ifeq ($(ISA), sparcv8plus+vis)
-# ARCHFLAGS_$(GARCOMPILER)_$(ISA) = -mcpu=ultrasparc -mvis
-#endif
-
+ARCHFLAGS_GCC4_sparcv8plus = -mcpu=v9 -mv8plus
+ARCHFLAGS_GCC4_sparcv8plus+vis = -mcpu=ultrasparc -mvis
Modified: csw/mgar/pkg/libgmp3/trunk/checksums
===================================================================
--- csw/mgar/pkg/libgmp/trunk/checksums 2011-01-14 10:26:55 UTC (rev 12538)
+++ csw/mgar/pkg/libgmp3/trunk/checksums 2011-01-14 12:38:10 UTC (rev 12539)
@@ -1 +1 @@
-6bac6df75c192a13419dfd71d19240a7 gmp-5.0.1.tar.bz2
+dd60683d7057917e34630b4a787932e8 gmp-4.3.2.tar.bz2
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list