upgrade to mm 1.3.1

From: Chris Kuethe <ckuethe at ualberta dot ca>
This commit is contained in:
brad 2004-10-30 04:34:09 +00:00
parent 9e7b26d563
commit 997b0c0113
5 changed files with 7 additions and 87 deletions

View File

@ -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/

View File

@ -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

View File

@ -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

View File

@ -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
;;

View File

@ -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