SOURCES: itcl-soname.patch - updated to 3.3

baggins baggins at pld-linux.org
Wed Apr 2 18:38:58 CEST 2008


Author: baggins                      Date: Wed Apr  2 16:38:58 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to 3.3

---- Files affected:
SOURCES:
   itcl-soname.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/itcl-soname.patch
diff -u SOURCES/itcl-soname.patch:1.3 SOURCES/itcl-soname.patch:1.4
--- SOURCES/itcl-soname.patch:1.3	Sun Mar  7 02:06:39 2004
+++ SOURCES/itcl-soname.patch	Wed Apr  2 18:38:52 2008
@@ -1,45 +1,44 @@
---- itcl3.2.1/itcl/Makefile.in.orig	2003-12-31 17:35:30.000000000 +0100
-+++ itcl3.2.1/itcl/Makefile.in	2003-12-31 18:27:33.782467160 +0100
-@@ -93,7 +93,7 @@
- # objects and the library itself in a platform-independent manner.
+--- itcl3.2.1/itcl3.3/Makefile.in.orig	2003-12-31 17:35:30.000000000 +0100
++++ itcl3.2.1/itcl3.3/Makefile.in	2003-12-31 18:27:33.782467160 +0100
+@@ -55,7 +55,7 @@
+ # library that we are building.
  #========================================================================
  
--itcl_LIB_FILE = @itcl_LIB_FILE@
-- at itcl_LIB_FILE@_OBJECTS = $(itcl_OBJECTS)
-+itcl_LIB_FILE = @itcl_LIB_FILE at .0.0
-+$(itcl_LIB_FILE)_OBJECTS = $(itcl_OBJECTS)
- 
- itclstub_LIB_FILE = @itclstub_LIB_FILE@
-@@ -320,8 +320,8 @@
- 
- $(itcl_LIB_FILE): $(itcl_OBJECTS)
- 	-rm -f $(itcl_LIB_FILE)
--	@MAKE_LIB@
--	$(RANLIB) $(itcl_LIB_FILE)
-+	@MAKE_LIB@ -Wl,-soname,libitcl$(VERSION).so.0
-+	-ln -sf $(itcl_LIB_FILE) libitcl$(VERSION).so
- 
- $(itclstub_LIB_FILE): $(itclstub_OBJECTS)
- 	-rm -f $(itclstub_LIB_FILE)
---- itcl3.2.1/itk/Makefile.in.orig	2003-12-31 17:35:30.000000000 +0100
-+++ itcl3.2.1/itk/Makefile.in	2003-12-31 18:28:13.290461032 +0100
+-PKG_LIB_FILE	= @PKG_LIB_FILE@
++PKG_LIB_FILE	= @PKG_LIB_FILE at .0.0
+ PKG_STUB_LIB_FILE = @PKG_STUB_LIB_FILE@
+ 
+ lib_BINARIES	= $(PKG_LIB_FILE) $(PKG_STUB_LIB_FILE)
+@@ -230,8 +230,8 @@
+ 
+ $(PKG_LIB_FILE): $(PKG_OBJECTS)
+ 	-rm -f $(PKG_LIB_FILE)
+-	${MAKE_LIB}
+-	$(RANLIB) $(PKG_LIB_FILE)
++	${MAKE_LIB} -Wl,-soname,libitcl$(VERSION).so.0
++	-ln -sf $(PKG_LIB_FILE) libitcl$(VERSION).so.0
+ 
+ $(PKG_STUB_LIB_FILE): $(PKG_STUB_OBJECTS)
+ 	-rm -f $(PKG_STUB_LIB_FILE)
+--- itcl3.2.1/itk3.3/Makefile.in.orig	2003-12-31 17:35:30.000000000 +0100
++++ itcl3.2.1/itk3.3/Makefile.in	2003-12-31 18:28:13.290461032 +0100
 @@ -80,7 +80,7 @@
- # objects and the library itself in a platform-independent manner.
+ # are correct.
  #========================================================================
  
--itk_LIB_FILE = @itk_LIB_FILE@
-+itk_LIB_FILE = @itk_LIB_FILE at .0.0
- $(itk_LIB_FILE)_OBJECTS = $(itk_OBJECTS)
- 
+-itk_LIB_FILE	= @itk_LIB_FILE@
++itk_LIB_FILE	= @itk_LIB_FILE at .0.0
  itkstub_LIB_FILE = @itkstub_LIB_FILE@
+ itclstub_LIB_FILE = @itclstub_LIB_FILE@
+ 
 @@ -315,8 +315,8 @@
  
- $(itk_LIB_FILE): $(itk_OBJECTS)
- 	-rm -f $(itk_LIB_FILE)
--	@MAKE_LIB@
--	$(RANLIB) $(itk_LIB_FILE)
-+	@MAKE_LIB@ -Wl,-soname,libitk$(VERSION).so.0
-+	-ln -sf $(itk_LIB_FILE) libitk$(VERSION).so
+ $(PKG_LIB_FILE): $(PKG_OBJECTS)
+ 	-rm -f $(PKG_LIB_FILE)
+-	${MAKE_LIB}
+-	$(RANLIB) $(PKG_LIB_FILE)
++	${MAKE_LIB} -Wl,-soname,libitk$(VERSION).so.0
++	-ln -sf $(PKG_LIB_FILE) libitk$(VERSION).so
  
- $(itkstub_LIB_FILE): $(itkstub_OBJECTS)
- 	-rm -f $(itkstub_LIB_FILE)
+ $(PKG_STUB_LIB_FILE): $(PKG_STUB_OBJECTS)
+ 	-rm -f $(PKG_STUB_LIB_FILE)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/itcl-soname.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list