diff options
author | jmmv <jmmv@pkgsrc.org> | 2002-11-26 12:09:45 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2002-11-26 12:09:45 +0000 |
commit | 2fda3dc7aabce0642cce0f37d2f896f4f5035b54 (patch) | |
tree | 7632e7c87dd5708e8540e1eb664c1a420ebb355e /devel/opencm/patches | |
parent | 33cd174f5601f005966b8eaff2c94de6f434825f (diff) | |
download | pkgsrc-2fda3dc7aabce0642cce0f37d2f896f4f5035b54.tar.gz |
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.
Diffstat (limited to 'devel/opencm/patches')
-rw-r--r-- | devel/opencm/patches/patch-ac | 12 | ||||
-rw-r--r-- | devel/opencm/patches/patch-ad | 10 | ||||
-rw-r--r-- | devel/opencm/patches/patch-ae | 13 |
3 files changed, 11 insertions, 24 deletions
diff --git a/devel/opencm/patches/patch-ac b/devel/opencm/patches/patch-ac index 4e2b5c5fdb6..f98d7378376 100644 --- a/devel/opencm/patches/patch-ac +++ b/devel/opencm/patches/patch-ac @@ -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 {} \; diff --git a/devel/opencm/patches/patch-ad b/devel/opencm/patches/patch-ad index 4dd102b7110..81b281b2089 100644 --- a/devel/opencm/patches/patch-ad +++ b/devel/opencm/patches/patch-ad @@ -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 diff --git a/devel/opencm/patches/patch-ae b/devel/opencm/patches/patch-ae deleted file mode 100644 index aacfcfed4d3..00000000000 --- a/devel/opencm/patches/patch-ae +++ /dev/null @@ -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 }, |