[csw-devel] SF.net SVN: gar:[15272] csw/mgar/pkg/libmpfr/branches/libmpfr1/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Fri Aug 5 15:45:43 CEST 2011
Revision: 15272
http://gar.svn.sourceforge.net/gar/?rev=15272&view=rev
Author: wahwah
Date: 2011-08-05 13:45:43 +0000 (Fri, 05 Aug 2011)
Log Message:
-----------
pkg/libmpfr/branches/libmpfr1: legacy library; there's a problem that it links against libgmp.so.10
Modified Paths:
--------------
csw/mgar/pkg/libmpfr/branches/libmpfr1/Makefile
Modified: csw/mgar/pkg/libmpfr/branches/libmpfr1/Makefile
===================================================================
--- csw/mgar/pkg/libmpfr/branches/libmpfr1/Makefile 2011-08-05 13:44:30 UTC (rev 15271)
+++ csw/mgar/pkg/libmpfr/branches/libmpfr1/Makefile 2011-08-05 13:45:43 UTC (rev 15272)
@@ -1,7 +1,7 @@
# $Id$
NAME = mpfr
-VERSION = 3.0.1
+VERSION = 2.3.1
CATEGORIES = lib
GARTYPE = v2
@@ -36,22 +36,23 @@
EXTRA_INC += $(includedir)/$(ISA)
PACKAGES =
-PACKAGES += CSWlibmpfr4
-CATALOGNAME_CSWlibmpfr4 = libmpfr4
-PKGFILES_CSWlibmpfr4 += $(call baseisadirs,$(libdir),libmpfr\.so\.4(\.\d+)*)
-SPKG_DESC_CSWlibmpfr4 += $(DESCRIPTION), libmpfr.so.4
-RUNTIME_DEP_PKGS_CSWlibmpfr4 += CSWlibgmp10
+PACKAGES += CSWlibmpfr1
+CATALOGNAME_CSWlibmpfr1 = libmpfr1
+PKGFILES_CSWlibmpfr1 += $(call baseisadirs,$(libdir),libmpfr\.so\.1(\.\d+)*)
+SPKG_DESC_CSWlibmpfr1 += $(DESCRIPTION), libmpfr.so.1
+# This could be a problem, because there are binaries already linking against
+# libmpfr.so.1 and libgmp.so.3 (not .so.10) at the same time.
+RUNTIME_DEP_PKGS_CSWlibmpfr1 += CSWlibgmp10
PACKAGES += CSWlibmpfr-dev
SPKG_DESC_CSWlibmpfr-dev = MPFR development files
-RUNTIME_DEP_PKGS_CSWlibmpfr-dev += CSWlibmpfr4
+RUNTIME_DEP_PKGS_CSWlibmpfr-dev += CSWlibmpfr1
# Obsoleting the CSWlibmpfr package
OBSOLETED_BY_CSWlibmpfr-dev = CSWlibmpfr
-OBSOLETED_BY_CSWlibmpfr4 = CSWlibmpfr
+OBSOLETED_BY_CSWlibmpfr1 = CSWlibmpfr
# It's only documentation.
CHECKPKG_OVERRIDES_CSWlibmpfr-dev += file-with-bad-content|/usr/local|root/opt/csw/share/info/mpfr.info
-CHECKPKG_OVERRIDES_CSWlibmpfr-dev += file-with-bad-content|/usr/local|root/opt/csw/share/doc/mpfr/FAQ.html
include gar/category.mk
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