Update to opencm-0.1.0alpha18pl2.

Changes from alpha16:

        Alpha 18. This release tracks file modification times, and restores
        them on initial checkout. The need for restoration was driven by the
        need to support the EROS cross environment build process, which was
        tripping over autoconf because modification times were not being
        preserved.

        Alpha 17. This is a catch-up release to get various repaired bugs
        into distribution. Also the first release to build on RedHat 8.0.

Approved by wiz.

This closes PR 18971.
This commit is contained in:
jmmv 2002-11-26 12:09:45 +00:00
parent 33cd174f56
commit 2fda3dc7aa
6 changed files with 23 additions and 34 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2002/09/19 08:37:30 jlam Exp $
# $NetBSD: Makefile,v 1.5 2002/11/26 12:09:45 jmmv Exp $
#
DISTNAME= ${OPENCM_VERSION}-1-src
@ -15,7 +15,7 @@ USE_BUILDLINK2= YES
USE_GMAKE= YES
GNU_CONFIGURE= YES
OPENCM_VERSION= opencm-0.1.0alpha16
OPENCM_VERSION= opencm-0.1.0alpha18pl2
CONF_FILES= ${PREFIX}/share/examples/opencm/opencm.conf ${PKG_SYSCONFDIR}/opencm.conf
INFO_FILES= opencm.info

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/28 14:53:15 agc Exp $
@comment $NetBSD: PLIST,v 1.2 2002/11/26 12:09:45 jmmv Exp $
bin/cm
info/opencm.info.gz
share/examples/opencm/opencm.conf
@ -9,6 +9,7 @@ share/opencm/help/checkout.help
share/opencm/help/commit.help
share/opencm/help/create-branch.help
share/opencm/help/create-group.help
share/opencm/help/create-project.help
share/opencm/help/create-repository.help
share/opencm/help/create-user.help
share/opencm/help/diff.help
@ -20,13 +21,13 @@ share/opencm/help/logmail.help
share/opencm/help/ls.help
share/opencm/help/merge.help
share/opencm/help/mkdir.help
share/opencm/help/mv.help
share/opencm/help/note.help
share/opencm/help/notes.help
share/opencm/help/opt-basic.help
share/opencm/help/opt-obscure.help
share/opencm/help/opt-server.help
share/opencm/help/rebind.help
share/opencm/help/rename-entity.help
share/opencm/help/revert.help
share/opencm/help/revoke.help
share/opencm/help/rm.help
@ -35,6 +36,7 @@ share/opencm/help/set-description.help
share/opencm/help/set-group.help
share/opencm/help/set-name.help
share/opencm/help/set-user.help
share/opencm/help/set-userkey.help
share/opencm/help/set-ws-repos.help
share/opencm/help/set-ws-user.help
share/opencm/help/show-ws-repos.help
@ -44,6 +46,7 @@ share/opencm/help/tag.help
share/opencm/help/unbind.help
share/opencm/help/update.help
share/opencm/help/version.help
share/opencm/help/whoami.help
share/opencm/tools/cvsconvert.py
share/opencm/tools/rcsparse.py
@dirrm share/opencm/tools

View file

@ -1,10 +1,9 @@
$NetBSD: distinfo,v 1.2 2002/08/28 16:49:41 agc Exp $
$NetBSD: distinfo,v 1.3 2002/11/26 12:09:45 jmmv Exp $
SHA1 (opencm-0.1.0alpha16-1-src.tgz) = 05ce1f78150b32832715c5d1bfaf89f32e361620
Size (opencm-0.1.0alpha16-1-src.tgz) = 1243471 bytes
SHA1 (opencm-0.1.0alpha18pl2-1-src.tgz) = 9ae861e648acb19880ad39187b1735ef9ab3db02
Size (opencm-0.1.0alpha18pl2-1-src.tgz) = 1377691 bytes
SHA1 (patch-aa) = 00e4ac94921a8910997cdbad5eefb449d54c00b8
SHA1 (patch-ab) = 97f5c9ddd066d5b8b44461544cd7db0faed871bf
SHA1 (patch-ac) = e95bd988db27cb88d9b942c0f28ef1a79af267cd
SHA1 (patch-ad) = 33976f3a42eb8dd21f02963d0ec0cc28f576760f
SHA1 (patch-ae) = ac6230c6fcc263b3386c3923bdcf6b111630e00a
SHA1 (patch-ac) = 41f36be0ff2a70e86b192533fd73d61d3b189c09
SHA1 (patch-ad) = 86fbdccb618f8a713ae516f39eb6587db4621640
SHA1 (patch-af) = 63194a7f9530ccf3ac7f0d91b94d717295c61f0b

View file

@ -1,19 +1,19 @@
$NetBSD: patch-ac,v 1.2 2002/08/28 16:49:42 agc Exp $
$NetBSD: patch-ac,v 1.3 2002/11/26 12:09:45 jmmv Exp $
--- src/Makefile.in 2002/08/27 17:42:12 1.1
+++ src/Makefile.in 2002/08/27 17:45:06
@@ -107,8 +107,8 @@
--- src/Makefile.in.orig Fri Oct 11 05:57:13 2002
+++ src/Makefile.in
@@ -107,8 +107,8 @@ INCLUDE=-I$(TOPDIR)/ @CPPFLAGS@
# COMREADLINE=-DUSE_READLINE -I/usr/include/readline
SESSIONTIMEOUT=-DCLIENT_TIMEOUT=1800
LIBDIFF=$(TOPDIR)/../libgdiff/libgdiff.a
-LIBZ=$(TOPDIR)/../zlib/libz.a
-LIBGC=$(TOPDIR)/../gc6.0/.libs/libgc.a
-LIBGC=$(TOPDIR)/../gc6.1/.libs/libgc.a
+LIBZ=-lz
+LIBGC=-lgc
XCFLAGS = -Wmissing-prototypes -Wall -Wreturn-type -DDATADIR=\"$(datadir)\"
# XCFLAGS += -Wno-unused -Werror
@@ -235,7 +235,7 @@
@@ -236,7 +236,7 @@ distclean: clean nodepend
nodepend:
find $(TOPDIR) -name '*.m' -exec rm {} \;

View file

@ -1,12 +1,12 @@
$NetBSD: patch-ad,v 1.2 2002/08/28 16:49:42 agc Exp $
$NetBSD: patch-ad,v 1.3 2002/11/26 12:09:45 jmmv Exp $
--- Makefile.in 2002/08/27 17:47:00 1.1
+++ Makefile.in 2002/08/27 17:47:13
@@ -132,7 +132,7 @@
--- Makefile.in.orig Fri Oct 11 07:48:47 2002
+++ Makefile.in
@@ -130,7 +130,7 @@ DISTFILES = \
### Subdirectories to run make in for the primary targets.
# Unix source subdirs, where we'll want to run lint and etags:
-USOURCE_SUBDIRS = libgdiff gc6.0 zlib src
-USOURCE_SUBDIRS = libgdiff gc6.1 zlib src
+USOURCE_SUBDIRS = libgdiff src
# All other subdirs:
SUBDIRS = ${USOURCE_SUBDIRS} doc tools etc

View file

@ -1,13 +0,0 @@
$NetBSD: patch-ae,v 1.1.1.1 2002/08/28 14:53:15 agc Exp $
--- src/client/command.c 2002/08/27 17:52:26 1.1
+++ src/client/command.c 2002/08/27 17:52:38
@@ -154,7 +154,7 @@
{ "add", opencm_add_file, 1, CF_OPTARGS|CF_NOCONNECT|CF_WSINIT, 0,
"add.help" },
{ "adduser", opencm_add_user, 2, CF_ADMIN, 0,
- "add-user.help" },
+ "adduser.help" },
{ "bind", opencm_bind, 2, 0, 0,
"bind.help" },
{ "browse", opencm_browse, 0, CF_OPTARGS, 0, 0 },