From 997b0c0113d9e178841df7312a4d455da59c43b3 Mon Sep 17 00:00:00 2001 From: brad Date: Sat, 30 Oct 2004 04:34:09 +0000 Subject: [PATCH] upgrade to mm 1.3.1 From: Chris Kuethe --- devel/mm/Makefile | 4 +-- devel/mm/distinfo | 6 ++-- devel/mm/patches/patch-configure | 25 --------------- devel/mm/patches/patch-ltmain.sh | 55 -------------------------------- devel/mm/pkg/PFRAG.shared | 4 +-- 5 files changed, 7 insertions(+), 87 deletions(-) delete mode 100644 devel/mm/patches/patch-configure delete mode 100644 devel/mm/patches/patch-ltmain.sh diff --git a/devel/mm/Makefile b/devel/mm/Makefile index 504ade902fc..3d7b68062b9 100644 --- a/devel/mm/Makefile +++ b/devel/mm/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.24 2003/04/29 02:03:53 margarida Exp $ +# $OpenBSD: Makefile,v 1.25 2004/10/30 04:34:09 brad Exp $ # XXX This will panic any vax NOT_FOR_ARCHS= vax COMMENT= "shared memory lib for apps with pre-forked process model" -DISTNAME= mm-1.3.0 +DISTNAME= mm-1.3.1 CATEGORIES= devel MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/mm/ diff --git a/devel/mm/distinfo b/devel/mm/distinfo index a07d6406aa0..62a2d0867ec 100644 --- a/devel/mm/distinfo +++ b/devel/mm/distinfo @@ -1,3 +1,3 @@ -MD5 (mm-1.3.0.tar.gz) = 4bf43697983bf585905ee9a14b00dc32 -RMD160 (mm-1.3.0.tar.gz) = 9e71080f2d0d4e856e52eed9a6319e2dab90fb0e -SHA1 (mm-1.3.0.tar.gz) = 9071986fc85e594c6d72e542835cc427c7231882 +MD5 (mm-1.3.1.tar.gz) = 7d62bc28b776f46ff5f71521ad17bf70 +RMD160 (mm-1.3.1.tar.gz) = 7ddc31ca696612b3aa0b960ec0dbc43c3fdce6a0 +SHA1 (mm-1.3.1.tar.gz) = 10ad006caaef0fc71ffea1b56b76bde88da8d4db diff --git a/devel/mm/patches/patch-configure b/devel/mm/patches/patch-configure deleted file mode 100644 index cb8c59621bc..00000000000 --- a/devel/mm/patches/patch-configure +++ /dev/null @@ -1,25 +0,0 @@ -$OpenBSD: patch-configure,v 1.2 2003/04/29 02:03:53 margarida Exp $ ---- configure.orig Tue Apr 29 01:34:25 2003 -+++ configure Tue Apr 29 01:40:05 2003 -@@ -5525,8 +5525,8 @@ else - hardcode_direct=yes - hardcode_shlibpath_var=no - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then -- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' -- hardcode_libdir_flag_spec='${wl}-rpath,$libdir' -+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags' -+ hardcode_libdir_flag_spec='${wl}-R$libdir' - export_dynamic_flag_spec='${wl}-E' - else - case "$host_os" in -@@ -5535,8 +5535,8 @@ else - hardcode_libdir_flag_spec='-R$libdir' - ;; - *) -- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' -- hardcode_libdir_flag_spec='${wl}-rpath,$libdir' -+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags' -+ hardcode_libdir_flag_spec='${wl}-R$libdir' - ;; - esac - fi diff --git a/devel/mm/patches/patch-ltmain.sh b/devel/mm/patches/patch-ltmain.sh deleted file mode 100644 index 9cda01530ea..00000000000 --- a/devel/mm/patches/patch-ltmain.sh +++ /dev/null @@ -1,55 +0,0 @@ ---- ltmain.sh.orig Tue Jul 30 18:42:37 2002 -+++ ltmain.sh Tue Jul 30 18:44:15 2002 -@@ -1737,11 +1737,6 @@ compiler." - continue - fi - -- if test "$installed" = no; then -- notinst_deplibs="$notinst_deplibs $lib" -- need_relink=yes -- fi -- - if test -n "$old_archive_from_expsyms_cmds"; then - # figure out the soname - set dummy $library_names -@@ -4446,40 +4441,6 @@ relink_command=\"$relink_command\"" - # Exit here if they wanted silent mode. - test "$show" = ":" && exit 0 - -- echo "----------------------------------------------------------------------" -- echo "Libraries have been installed in:" -- for libdir in $libdirs; do -- echo " $libdir" -- done -- echo -- echo "If you ever happen to want to link against installed libraries" -- echo "in a given directory, LIBDIR, you must either use libtool, and" -- echo "specify the full pathname of the library, or use the \`-LLIBDIR'" -- echo "flag during linking and do at least one of the following:" -- if test -n "$shlibpath_var"; then -- echo " - add LIBDIR to the \`$shlibpath_var' environment variable" -- echo " during execution" -- fi -- if test -n "$runpath_var"; then -- echo " - add LIBDIR to the \`$runpath_var' environment variable" -- echo " during linking" -- fi -- if test -n "$hardcode_libdir_flag_spec"; then -- libdir=LIBDIR -- eval flag=\"$hardcode_libdir_flag_spec\" -- -- echo " - use the \`$flag' linker flag" -- fi -- if test -n "$admincmds"; then -- echo " - have your system administrator run these commands:$admincmds" -- fi -- if test -f /etc/ld.so.conf; then -- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" -- fi -- echo -- echo "See any operating system documentation about shared libraries for" -- echo "more information, such as the ld(1) and ld.so(8) manual pages." -- echo "----------------------------------------------------------------------" - exit 0 - ;; - diff --git a/devel/mm/pkg/PFRAG.shared b/devel/mm/pkg/PFRAG.shared index 407e781a233..c0adcb57402 100644 --- a/devel/mm/pkg/PFRAG.shared +++ b/devel/mm/pkg/PFRAG.shared @@ -1,2 +1,2 @@ -@comment $OpenBSD: PFRAG.shared,v 1.4 2004/08/10 00:52:45 espie Exp $ -@lib lib/libmm.so.13.20 +@comment $OpenBSD: PFRAG.shared,v 1.5 2004/10/30 04:34:09 brad Exp $ +@lib lib/libmm.so.13.21