summaryrefslogtreecommitdiff
path: root/devel/opencm/patches
diff options
context:
space:
mode:
authoragc <agc>2002-08-28 14:53:15 +0000
committeragc <agc>2002-08-28 14:53:15 +0000
commitfd3a956a0154b66d7353bfcce9708a5abc08b8fa (patch)
tree98d7a1ba97a7a437f4134d569ab81fad4e04fb1f /devel/opencm/patches
parent93a29c86e4a6161974fa121bb7f55cd02c9b293c (diff)
downloadpkgsrc-fd3a956a0154b66d7353bfcce9708a5abc08b8fa.tar.gz
Initial import of opencm-0.1.0alpha16 into the Packages Collection.
Provided in PR 18064 by Julio Merino <jmmv@hispabsd.org>. Modified by myself to include the buildlink2 files for boehm-gc, ncurses, openssl, and the bsd.pkg.install.mk files, to use the boehm-gc package, and not the included version, and to find one of the help files appropriately. I also fixes the CONF_FILES definition, and tried to bring some sanity to the opencm version number.
Diffstat (limited to 'devel/opencm/patches')
-rw-r--r--devel/opencm/patches/patch-aa15
-rw-r--r--devel/opencm/patches/patch-ab18
-rw-r--r--devel/opencm/patches/patch-ac13
-rw-r--r--devel/opencm/patches/patch-ad13
-rw-r--r--devel/opencm/patches/patch-ae13
5 files changed, 72 insertions, 0 deletions
diff --git a/devel/opencm/patches/patch-aa b/devel/opencm/patches/patch-aa
new file mode 100644
index 00000000000..f3217f94c02
--- /dev/null
+++ b/devel/opencm/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/08/28 14:53:15 agc Exp $
+
+--- doc/Makefile.in.orig Sun Aug 25 20:05:32 2002
++++ doc/Makefile.in Sun Aug 25 20:05:51 2002
+@@ -112,8 +112,8 @@
+ opencm.html: opencm.texi version.texi manual/cmd-ref.texi
+ opencm.info: opencm.texi version.texi manual/cmd-ref.texi
+
+-opencm-internals: opencm-internals.info.gz opencm-internals.ps opencm-internals.html
+-opencm: opencm.info.gz opencm.ps opencm.html
++opencm-internals: opencm-internals.info.gz
++opencm: opencm.info.gz
+
+ %.info.gz: %.info
+ rm -f $@
diff --git a/devel/opencm/patches/patch-ab b/devel/opencm/patches/patch-ab
new file mode 100644
index 00000000000..6af3c292003
--- /dev/null
+++ b/devel/opencm/patches/patch-ab
@@ -0,0 +1,18 @@
+$NetBSD: patch-ab,v 1.1.1.1 2002/08/28 14:53:15 agc Exp $
+
+--- etc/Makefile.in.orig Sun Aug 25 20:34:08 2002
++++ etc/Makefile.in Sun Aug 25 20:36:34 2002
+@@ -72,9 +72,10 @@
+ all:
+
+ install: all
+- $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/rc.d/init.d
+- $(INSTALL) -m 644 opencm.conf $(DESTDIR)$(sysconfdir)
+- $(INSTALL) -m 644 opencm.rc $(DESTDIR)$(sysconfdir)/rc.d/init.d/opencm
++ $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/rc.d
++ $(mkinstalldirs) $(prefix)/share/examples/opencm
++ $(INSTALL) -m 644 opencm.conf $(prefix)/share/examples/opencm/opencm.conf
++ $(INSTALL) -m 755 opencm.rc $(DESTDIR)$(sysconfdir)/rc.d/opencm
+
+ uninstall:
+ -rm -f $(DESTDIR)$(sysconfdir)/opencm.conf
diff --git a/devel/opencm/patches/patch-ac b/devel/opencm/patches/patch-ac
new file mode 100644
index 00000000000..bb0e4f81d1b
--- /dev/null
+++ b/devel/opencm/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.1.1 2002/08/28 14:53:15 agc Exp $
+
+--- src/Makefile.in 2002/08/27 17:42:12 1.1
++++ src/Makefile.in 2002/08/27 17:45:06
+@@ -108,7 +108,7 @@
+ SESSIONTIMEOUT=-DCLIENT_TIMEOUT=1800
+ LIBDIFF=$(TOPDIR)/../libgdiff/libgdiff.a
+ LIBZ=$(TOPDIR)/../zlib/libz.a
+-LIBGC=$(TOPDIR)/../gc6.0/.libs/libgc.a
++LIBGC=@prefix@/lib/libgc.a
+
+ XCFLAGS = -Wmissing-prototypes -Wall -Wreturn-type -DDATADIR=\"$(datadir)\"
+ # XCFLAGS += -Wno-unused -Werror
diff --git a/devel/opencm/patches/patch-ad b/devel/opencm/patches/patch-ad
new file mode 100644
index 00000000000..634a0d4e0fd
--- /dev/null
+++ b/devel/opencm/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1.1.1 2002/08/28 14:53:15 agc Exp $
+
+--- Makefile.in 2002/08/27 17:47:00 1.1
++++ Makefile.in 2002/08/27 17:47:13
+@@ -132,7 +132,7 @@
+
+ ### 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 zlib src
+ # All other subdirs:
+ SUBDIRS = ${USOURCE_SUBDIRS} doc tools etc
+
diff --git a/devel/opencm/patches/patch-ae b/devel/opencm/patches/patch-ae
new file mode 100644
index 00000000000..aacfcfed4d3
--- /dev/null
+++ b/devel/opencm/patches/patch-ae
@@ -0,0 +1,13 @@
+$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 },