pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel Move cvs to scmcvs so it can be checked out on a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c3f69470af7e
branches: trunk
changeset: 529200:c3f69470af7e
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Sun May 27 09:49:41 2007 +0000
description:
Move cvs to scmcvs so it can be checked out on a case-insensitive
filesystem without interference from devel/CVS metadata. PKGNAME
stays the same. Discussed with agc.
diffstat:
devel/Makefile | 4 +-
devel/cvs/DESCR | 5 ---
devel/cvs/MESSAGE | 27 -------------------
devel/cvs/Makefile | 26 ------------------
devel/cvs/PLIST | 29 --------------------
devel/cvs/distinfo | 28 --------------------
devel/cvs/options.mk | 36 -------------------------
devel/cvs/patches/patch-aa | 22 ---------------
devel/cvs/patches/patch-ab | 16 -----------
devel/cvs/patches/patch-ac | 31 ----------------------
devel/cvs/patches/patch-ad | 16 -----------
devel/cvs/patches/patch-ae | 60 -------------------------------------------
devel/cvs/patches/patch-af | 24 -----------------
devel/cvs/patches/patch-ag | 21 ---------------
devel/cvs/patches/patch-ah | 14 ----------
devel/cvs/patches/patch-ai | 19 -------------
devel/cvs/patches/patch-ak | 13 ---------
devel/cvs/patches/patch-al | 21 ---------------
devel/cvs/patches/patch-am | 28 --------------------
devel/cvs/patches/patch-an | 13 ---------
devel/cvs/patches/patch-ao | 22 ---------------
devel/cvs/patches/patch-ap | 49 -----------------------------------
devel/cvs/patches/patch-aq | 13 ---------
devel/cvs/patches/patch-ar | 58 -----------------------------------------
devel/cvs/patches/patch-at | 38 ---------------------------
devel/cvs/patches/patch-au | 24 -----------------
devel/cvs/patches/patch-av | 13 ---------
devel/cvs/patches/patch-ay | 18 ------------
devel/cvs/patches/patch-az | 14 ----------
devel/cvs/patches/patch-ba | 21 ---------------
devel/scmcvs/DESCR | 5 +++
devel/scmcvs/MESSAGE | 27 +++++++++++++++++++
devel/scmcvs/Makefile | 26 ++++++++++++++++++
devel/scmcvs/PLIST | 29 ++++++++++++++++++++
devel/scmcvs/distinfo | 28 ++++++++++++++++++++
devel/scmcvs/options.mk | 36 +++++++++++++++++++++++++
devel/scmcvs/patches/patch-aa | 22 +++++++++++++++
devel/scmcvs/patches/patch-ab | 16 +++++++++++
devel/scmcvs/patches/patch-ac | 31 ++++++++++++++++++++++
devel/scmcvs/patches/patch-ad | 16 +++++++++++
devel/scmcvs/patches/patch-ae | 60 +++++++++++++++++++++++++++++++++++++++++++
devel/scmcvs/patches/patch-af | 24 +++++++++++++++++
devel/scmcvs/patches/patch-ag | 21 +++++++++++++++
devel/scmcvs/patches/patch-ah | 14 ++++++++++
devel/scmcvs/patches/patch-ai | 19 +++++++++++++
devel/scmcvs/patches/patch-ak | 13 +++++++++
devel/scmcvs/patches/patch-al | 21 +++++++++++++++
devel/scmcvs/patches/patch-am | 28 ++++++++++++++++++++
devel/scmcvs/patches/patch-an | 13 +++++++++
devel/scmcvs/patches/patch-ao | 22 +++++++++++++++
devel/scmcvs/patches/patch-ap | 49 +++++++++++++++++++++++++++++++++++
devel/scmcvs/patches/patch-aq | 13 +++++++++
devel/scmcvs/patches/patch-ar | 58 +++++++++++++++++++++++++++++++++++++++++
devel/scmcvs/patches/patch-at | 38 +++++++++++++++++++++++++++
devel/scmcvs/patches/patch-au | 24 +++++++++++++++++
devel/scmcvs/patches/patch-av | 13 +++++++++
devel/scmcvs/patches/patch-ay | 18 ++++++++++++
devel/scmcvs/patches/patch-az | 14 ++++++++++
devel/scmcvs/patches/patch-ba | 21 +++++++++++++++
59 files changed, 721 insertions(+), 721 deletions(-)
diffs (truncated from 1695 to 300 lines):
diff -r 814805a083b1 -r c3f69470af7e devel/Makefile
--- a/devel/Makefile Sun May 27 09:41:24 2007 +0000
+++ b/devel/Makefile Sun May 27 09:49:41 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.858 2007/05/26 06:28:55 obache Exp $
+# $NetBSD: Makefile,v 1.859 2007/05/27 09:49:41 schmonz Exp $
#
COMMENT= Development utilities
@@ -94,7 +94,6 @@
SUBDIR+= cqual
SUBDIR+= cscope
SUBDIR+= cssc
-SUBDIR+= cvs
SUBDIR+= cvs2cl
SUBDIR+= cvs2html
SUBDIR+= cvs2p4
@@ -714,6 +713,7 @@
SUBDIR+= rvm
SUBDIR+= rx
SUBDIR+= sablecc
+SUBDIR+= scmcvs
SUBDIR+= scmgit
SUBDIR+= scons
SUBDIR+= scons-devel
diff -r 814805a083b1 -r c3f69470af7e devel/cvs/DESCR
--- a/devel/cvs/DESCR Sun May 27 09:41:24 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-CVS is a version control system, which allows you to keep old versions
-of files (usually source code), keep a log of who, when, and why
-changes occurred, etc., like RCS or SCCS. It handles multiple
-developers, multiple directories, triggers to enable/log/control
-various operations, and can work over a wide area network.
diff -r 814805a083b1 -r c3f69470af7e devel/cvs/MESSAGE
--- a/devel/cvs/MESSAGE Sun May 27 09:41:24 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.3 2003/07/09 17:03:27 grant Exp $
-
-Set up the master source repository. See the "Setting up the repository"
-section of cvs.info for details; the one-line summary is (if you are
-putting the repository in /src/master):
-
- $ cvs -d /src/master init
-
-Have all users of the CVS system set the CVSROOT environment
-variable appropriately to reflect the placement of your source
-repository. If the above example is used, the following commands
-can be placed in user's ~/.profile, ~/.bash_profile file; or in the
-system-wide /etc/profile:
-
- CVSROOT=/src/master; export CVSROOT
-
-for sh/bash/ksh users, or place the following commands in the user's
-~/.login, or system-wide in the /etc/csh.login file:
-
- setenv CVSROOT /src/master
-
-for csh/tcsh users. If these environment variables are not already set
-in your current shell, set them now (or source the login script you
-just edited).
-
-===========================================================================
diff -r 814805a083b1 -r c3f69470af7e devel/cvs/Makefile
--- a/devel/cvs/Makefile Sun May 27 09:41:24 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.95 2007/02/20 18:47:48 wiz Exp $
-#
-
-DISTNAME= cvs-1.11.21
-CATEGORIES= devel scm
-MASTER_SITES= http://ftp.gnu.org/non-gnu/cvs/source/stable/1.11.21/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://cvs.nongnu.org/
-COMMENT= Concurrent Versions System
-
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
-GNU_CONFIGURE= yes
-
-.include "options.mk"
-
-CONFIGURE_ENV+= PERL=${TOOLS_PERL5:Q}
-
-INFO_FILES= # PLIST
-USE_TOOLS+= makeinfo
-TEXINFO_REQD?= 4.0
-
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 814805a083b1 -r c3f69470af7e devel/cvs/PLIST
--- a/devel/cvs/PLIST Sun May 27 09:41:24 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-@comment $NetBSD: PLIST,v 1.8 2006/03/30 03:44:42 jlam Exp $
-bin/cvs
-bin/cvsbug
-bin/rcs2log
-info/cvs.info
-info/cvsclient.info
-man/man1/cvs.1
-man/man5/cvs.5
-man/man8/cvsbug.8
-share/cvs/contrib/README
-share/cvs/contrib/check_cvs
-share/cvs/contrib/clmerge
-share/cvs/contrib/cln_hist
-share/cvs/contrib/commit_prep
-share/cvs/contrib/cvs2vendor
-share/cvs/contrib/cvs_acls
-share/cvs/contrib/cvscheck
-share/cvs/contrib/debug_check_log
-share/cvs/contrib/intro.doc
-share/cvs/contrib/log
-share/cvs/contrib/log_accum
-share/cvs/contrib/mfpipe
-share/cvs/contrib/pvcs2rcs
-share/cvs/contrib/rcs-to-cvs
-share/cvs/contrib/rcs2log
-share/cvs/contrib/rcslock
-share/cvs/contrib/sccs2rcs
-@dirrm share/cvs/contrib
-@dirrm share/cvs
diff -r 814805a083b1 -r c3f69470af7e devel/cvs/distinfo
--- a/devel/cvs/distinfo Sun May 27 09:41:24 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-$NetBSD: distinfo,v 1.28 2006/01/29 02:40:40 wiz Exp $
-
-SHA1 (cvs-1.11.21.tar.bz2) = d114ed2943a4027f1277b04f57867a2e09a1f432
-RMD160 (cvs-1.11.21.tar.bz2) = bc3f15b506174de6d304e9608a26e80d3e2f0513
-Size (cvs-1.11.21.tar.bz2) = 2929933 bytes
-SHA1 (patch-aa) = 57bcc59a51d44f436d2f79a0752e44e317589650
-SHA1 (patch-ab) = 6196c150bdb56419b59896d783070a8512755919
-SHA1 (patch-ac) = 24022b7dc3a276e91a45a28a36654c5c6611ba46
-SHA1 (patch-ad) = da297e6f5f1a8ad4cf0c47f7b57f6bbb860ea64c
-SHA1 (patch-ae) = a471c39b4700db2c86b10e480585ad979a2dc9b1
-SHA1 (patch-af) = fe22f70e0d281822fb74e8b3c43715ca7f987e79
-SHA1 (patch-ag) = 5dd358a7dbf5db402d3e56faf49e8748afdd05f2
-SHA1 (patch-ah) = 47b9f55979ed65844efe22fb614b105ae247408d
-SHA1 (patch-ai) = d51b3f1429e73156cbfb7e0480a34ac6ce7a208d
-SHA1 (patch-ak) = 8be3a5014e9dce3ae5381bcdaaa4530349e6f58c
-SHA1 (patch-al) = 3f20d43ed1423ae6e811d9ec2d35af4932e84b41
-SHA1 (patch-am) = 76285476206efe60bdcaf3623ec3cec1cb13cb68
-SHA1 (patch-an) = 3a72df42abde4749d1a15e54481845ba8337f863
-SHA1 (patch-ao) = 035bdc8d83d88577e62602f2fb669f1d0c94f49b
-SHA1 (patch-ap) = c2b5da1fc02df7348b514d3b704984b53de213f5
-SHA1 (patch-aq) = a1fe8e522d05a8fdf3ac6dcb03892b6e6b9d8040
-SHA1 (patch-ar) = 32477a1cbd479225806bbefd04e84c496fbc4691
-SHA1 (patch-at) = 9df99f83f83da870e1d9c86854d04bb5816dc9ff
-SHA1 (patch-au) = 8f8bbda565f0edd2eecb56030ed0301c6044b488
-SHA1 (patch-av) = 84da8f0a398ddf36412becb2aebd7008e3f80c44
-SHA1 (patch-ay) = 6ba3315df137028fc5b2bebfef79aa3d540994c4
-SHA1 (patch-az) = 4b773728b228af6c69d4e10cf59f1677feaa54ea
-SHA1 (patch-ba) = 25f9a2f7e35db0d2bfefae5ebf7be43d21a8a9ee
diff -r 814805a083b1 -r c3f69470af7e devel/cvs/options.mk
--- a/devel/cvs/options.mk Sun May 27 09:41:24 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-# $NetBSD: options.mk,v 1.3 2006/01/29 02:40:40 wiz Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.cvs
-PKG_SUPPORTED_OPTIONS= kerberos
-
-.include "../../mk/bsd.prefs.mk"
-
-.if empty(MACHINE_PLATFORM:MSunOS-5.[89]-*) && \
- empty(MACHINE_PLATFORM:MSunOS-5.10-*) && \
- empty(MACHINE_PLATFORM:MLinux-*) && \
- defined(NOT_YET_AVAILABLE_FOR_CVS_1_11_21)
-PKG_SUPPORTED_OPTIONS+= inet6
-.endif
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Minet6)
-CONFIGURE_ARGS+= --enable-ipv6
-PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
-PATCHFILES= cvs-1.11.19-v6-20050205.diff.gz
-PATCH_DIST_STRIP= -p1
-.else
-CONFIGURE_ARGS+= --disable-ipv6
-.endif
-
-.if !empty(PKG_OPTIONS:Mkerberos)
-. include "../../mk/krb5.buildlink3.mk"
-CONFIGURE_ARGS+= --enable-encryption
-CONFIGURE_ARGS+= --with-gssapi=${KRB5BASE:Q}
-CONFIGURE_ARGS+= --with-krb4=${KRB5BASE:Q}
-. if ${OPSYS} == "Darwin"
-LDFLAGS+= -framework Kerberos
-. endif
-.else
-CONFIGURE_ARGS+= --without-gssapi
-.endif
diff -r 814805a083b1 -r c3f69470af7e devel/cvs/patches/patch-aa
--- a/devel/cvs/patches/patch-aa Sun May 27 09:41:24 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.11 2005/03/01 15:36:48 wiz Exp $
-
---- Makefile.in.orig 2005-02-01 00:11:19.000000000 +0100
-+++ Makefile.in
-@@ -65,7 +65,7 @@ am__CONFIG_DISTCLEAN_FILES = config.stat
- configure.lineno configure.status.lineno
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = config.h
--CONFIG_CLEAN_FILES = cvs.spec emx/Makefile os2/Makefile zlib/Makefile
-+CONFIG_CLEAN_FILES = cvs.spec emx/Makefile os2/Makefile
- SOURCES =
- DIST_SOURCES =
- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
-@@ -183,7 +183,7 @@ target_alias = @target_alias@
-
- # Unix source subdirs, where we'll want to run lint and etags:
- # This is a legacy variable from b4 Automake
--USOURCE_SUBDIRS = lib zlib diff src
-+USOURCE_SUBDIRS = lib diff src
- # All other subdirs:
- SUBDIRS = $(USOURCE_SUBDIRS) man doc contrib tools \
- windows-NT os2 emx vms
diff -r 814805a083b1 -r c3f69470af7e devel/cvs/patches/patch-ab
--- a/devel/cvs/patches/patch-ab Sun May 27 09:41:24 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.16 2006/01/29 02:40:40 wiz Exp $
-
---- doc/cvs.texinfo.orig 2005-09-26 04:49:45.000000000 +0200
-+++ doc/cvs.texinfo
-@@ -13578,6 +13578,11 @@ CPU intensive but is not recommended for
-
- @xref{verifymsg}, for more information on how verifymsg
- may be used.
-+
-+@cindex tag, in CVSROOT/config
-+@item tag=@var{value}
-+Enable an additional keyword that gets expanded on checkout;
-+any string is legal.
- @end table
-
- @c ---------------------------------------------------------------------
diff -r 814805a083b1 -r c3f69470af7e devel/cvs/patches/patch-ac
--- a/devel/cvs/patches/patch-ac Sun May 27 09:41:24 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-$NetBSD: patch-ac,v 1.11 2006/01/29 02:40:40 wiz Exp $
-
---- src/Makefile.in.orig 2005-09-28 05:32:23.000000000 +0200
-+++ src/Makefile.in
-@@ -86,7 +86,7 @@ am_cvs_OBJECTS = add.$(OBJEXT) admin.$(O
- version.$(OBJEXT) vers_ts.$(OBJEXT) watch.$(OBJEXT) \
- wrapper.$(OBJEXT) zlib.$(OBJEXT)
- cvs_OBJECTS = $(am_cvs_OBJECTS)
--cvs_DEPENDENCIES = ../diff/libdiff.a ../lib/libcvs.a ../zlib/libz.a
-+cvs_DEPENDENCIES = ../diff/libdiff.a ../lib/libcvs.a
- binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
- SCRIPTS = $(bin_SCRIPTS)
- DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
-@@ -199,7 +199,7 @@ target_alias = @target_alias@
- # some namespace hackery going on that maybe shouldn't be. Long term fix is to
- # try and remove naming ocnflicts and fix Automake to allow particular includes
- # to be attached only to particular object files. Short term fix is either or.
--INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/diff -I$(top_srcdir)/zlib $(includeopt)
-+INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/diff $(includeopt)
- bin_SCRIPTS = cvsbug
-
- # The cvs executable
-@@ -278,7 +278,7 @@ cvs_SOURCES = \
- cvs_LDADD = \
- ../diff/libdiff.a \
- ../lib/libcvs.a \
-- ../zlib/libz.a
-+ -lz
-
-
- # extra clean targets
diff -r 814805a083b1 -r c3f69470af7e devel/cvs/patches/patch-ad
--- a/devel/cvs/patches/patch-ad Sun May 27 09:41:24 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-ad,v 1.7 2004/09/09 22:25:16 wiz Exp $
-
---- lib/sighandle.c.orig 2004-02-03 15:37:50.000000000 +0100
-+++ lib/sighandle.c
-@@ -155,8 +155,10 @@ int sig;
- this = SIG_handlers[sig];
- while (this != (struct SIG_hlist *) NULL)
- {
-- (*this->handler)(sig);
-+ /* handler may free this (and thus clobber this->next) */
-+ struct SIG_hlist *current = this;
- this = this->next;
-+ (*current->handler)(sig);
- }
-
Home |
Main Index |
Thread Index |
Old Index