upgrade to mm 1.1.3

This commit is contained in:
brad 2000-07-01 22:30:10 +00:00
parent bf8274df8c
commit e8d187bbae
8 changed files with 38 additions and 24 deletions

View File

@ -1,13 +1,13 @@
# $OpenBSD: Makefile,v 1.17 2000/05/31 14:31:20 espie Exp $
# $OpenBSD: Makefile,v 1.18 2000/07/01 22:30:10 brad Exp $
# $FreeBSD: Makefile,v 1.2 1999/03/28 11:55:25 rse Exp $
DISTNAME= mm-1.0.12
DISTNAME= mm-1.1.3
CATEGORIES= devel
NEED_VERSION= 1.73
FAKE= Yes
NEED_VERSION= 1.310
MASTER_SITES= http://www.engelschall.com/sw/mm/ \
ftp://ftp.engelschall.com/sw/mm/
HOMEPAGE= http://www.engelschall.com/sw/mm/
MAINTAINER= brad@openbsd.org
@ -16,8 +16,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
HAS_CONFIGURE= Yes
CONFIGURE_ARGS=--prefix='$${DESTDIR}${PREFIX}' --sysconfdir='$${DESTDIR}/etc'
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
@ -25,6 +24,6 @@ post-build:
@${ECHO_MSG} "===> Use 'make test' to run a quick test suite."
test: build
@cd ${WRKSRC} && make test
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} -f ${MAKE_FILE} test
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (mm-1.0.12.tar.gz) = 9291897391ef39a8c3172f26a88519b8
RMD160 (mm-1.0.12.tar.gz) = a9bd10cf34ef5bedd996263566f72af0c8c34c3c
SHA1 (mm-1.0.12.tar.gz) = c29cc380eef7e04abdeb685a1c787d5b98d38b7a
MD5 (mm-1.1.3.tar.gz) = ba14a90239e26337eef079b698f35eae
RMD160 (mm-1.1.3.tar.gz) = b89f61a474a0019537757327c11862ebc78beb9a
SHA1 (mm-1.1.3.tar.gz) = 17430522a2c7de6175443393ad481372cc2da329

View File

@ -0,0 +1,10 @@
--- ltconfig.orig Sat Jul 1 18:12:07 2000
+++ ltconfig Sat Jul 1 18:12:40 2000
@@ -2028,6 +2028,7 @@
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
shlibpath_var=LD_LIBRARY_PATH
+ deplibs_check_method='pass_all'
;;
os2*)

View File

@ -1,6 +1,15 @@
--- ltmain.sh.orig Sat Aug 28 00:28:13 1999
+++ ltmain.sh Sat Aug 28 00:28:45 1999
@@ -3522,40 +3522,6 @@
--- ltmain.sh.orig Sat Jul 1 18:11:37 2000
+++ ltmain.sh Sat Jul 1 18:11:51 2000
@@ -2623,7 +2623,7 @@
# linked before any other PIC object. But we must not use
# pic_flag when linking with -static. The problem exists in
# FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.
- *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
+ *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
case "$compile_command " in
*" -static "*) ;;
*) pic_flag_for_symtable=" $pic_flag -DPIC -DFREEBSD_WORKAROUND";;
@@ -3567,40 +3567,6 @@
# Exit here if they wanted silent mode.
test "$show" = : && exit 0

View File

@ -8,7 +8,6 @@ hides all platform dependent implementation details (allocation
and locking) when dealing with shared memory segments and on the
second layer it provides a high-level malloc(3)-style API for a
convenient and well known way to work with data-structures inside
those shared memory segments.
those shared memory segments.
The documentation and latest release can be found on
http://www.engelschall.com/sw/mm/
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PFRAG.shared,v 1.1 2000/07/01 22:30:12 brad Exp $
lib/libmm.so.11.23
DYNLIBDIR(%B)

View File

@ -1,8 +1,8 @@
@comment $OpenBSD: PLIST,v 1.13 2000/07/01 22:30:12 brad Exp $
bin/mm-config
include/mm.h
lib/libmm.a
lib/libmm.la
lib/libmm.so.10.12
@exec /sbin/ldconfig -m %B
%%SHARED%%
man/man1/mm-config.1
man/man3/mm.3

View File

@ -1,6 +0,0 @@
bin/mm-config
include/mm.h
lib/libmm.a
lib/libmm.la
man/man1/mm-config.1
man/man3/mm.3