[csw-devel] SF.net SVN: gar:[6645] csw/mgar/pkg/bdb33/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Oct 1 16:19:40 CEST 2009


Revision: 6645
          http://gar.svn.sourceforge.net/gar/?rev=6645&view=rev
Author:   dmichelsen
Date:     2009-10-01 14:19:31 +0000 (Thu, 01 Oct 2009)

Log Message:
-----------
bdb33: Fix installation

Modified Paths:
--------------
    csw/mgar/pkg/bdb33/trunk/Makefile
    csw/mgar/pkg/bdb33/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/bdb33/trunk/files/patch.64bit-libtool

Modified: csw/mgar/pkg/bdb33/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bdb33/trunk/Makefile	2009-10-01 13:16:29 UTC (rev 6644)
+++ csw/mgar/pkg/bdb33/trunk/Makefile	2009-10-01 14:19:31 UTC (rev 6645)
@@ -29,7 +29,7 @@
 PATCHDIRLEVEL = 0
 PATCHFILES += $(notdir $(wildcard $(FILEDIR)/patch.*))
 
-BUILD64 = 1
+#BUILD64 = 1
 
 CONFIGURE_SCRIPTS = dist
 
@@ -74,6 +74,8 @@
 
 LICENSE = LICENSE
 
+INSTALL_OVERRIDE_DIRS = prefix exec_prefix bindir includedir libdir
+
 # Leave the docs where they are for now
 #EXTRA_PAX_ARGS_isa-sparcv8 = -s ",^\.$(prefix)/docs/,$(docdir)/bdb33/,p"
 #EXTRA_PAX_ARGS_isa-i386    = -s ",^\.$(prefix)/docs/,$(docdir)/bdb33/,p"

Modified: csw/mgar/pkg/bdb33/trunk/checksums
===================================================================
--- csw/mgar/pkg/bdb33/trunk/checksums	2009-10-01 13:16:29 UTC (rev 6644)
+++ csw/mgar/pkg/bdb33/trunk/checksums	2009-10-01 14:19:31 UTC (rev 6645)
@@ -1,4 +1,3 @@
 b6ae24fa55713f17a9ac3219d987722c  download/db-3.3.11.tar.gz
 a6c5fc6387c57361fbdf29ca63b597c3  download/patch.3.3.11.1
 fca939f74fc6555e1319626ceca35b33  download/patch.3.3.11.2
-d49545b2691c511276b73bb6c3ec64c3  download/patch.64bit-libtool

Deleted: csw/mgar/pkg/bdb33/trunk/files/patch.64bit-libtool
===================================================================
--- csw/mgar/pkg/bdb33/trunk/files/patch.64bit-libtool	2009-10-01 13:16:29 UTC (rev 6644)
+++ csw/mgar/pkg/bdb33/trunk/files/patch.64bit-libtool	2009-10-01 14:19:31 UTC (rev 6645)
@@ -1,22 +0,0 @@
-diff -Naur db-4.2.52.orig/dist/ltmain.sh db-4.2.52.patched/dist/ltmain.sh
---- dist/ltmain.sh	2003-04-26 19:45:37.000000000 +0200
-+++ dist/ltmain.sh	2009-09-30 15:15:43.792423773 +0200
-@@ -1298,7 +1298,7 @@
-       # but this is not reliable with gcc because gcc may use -mfoo to
-       # select a different linker, different libraries, etc, while
-       # -Wl,-mfoo simply passes -mfoo to the linker.
--      -m*)
-+      -m*|-xarch=*)
- 	# Unknown arguments in both finalize_command and compile_command need
- 	# to be aesthetically quoted because they are evaled later.
- 	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
-@@ -1309,9 +1309,7 @@
- 	esac
-         compile_command="$compile_command $arg"
-         finalize_command="$finalize_command $arg"
--        if test "$with_gcc" = "yes" ; then
-           compiler_flags="$compiler_flags $arg"
--        fi
-         continue
-         ;;
- 


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