1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Upgrade to 1.11.15.

This commit is contained in:
Munechika SUMIKAWA 2004-04-15 21:39:39 +00:00
parent cc87d472ad
commit 49494caf0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107155
10 changed files with 686 additions and 664 deletions

View File

@ -6,24 +6,22 @@
#
PORTNAME= cvs
PORTVERSION= 1.11.5
PORTREVISION= 1
PORTVERSION= 1.11.15
CATEGORIES= devel ipv6
MASTER_SITES= http://ftp.cvshome.org/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/cvs/&,}
MASTER_SITE_SUBDIR= ${DISTNAME}
MASTER_SITE_SUBDIR= release/stable/${DISTNAME}
PKGNAMESUFFIX= +ipv6
PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
PATCHFILES= ${DISTNAME}-v6-20030123.diff.gz
PATCHFILES= ${DISTNAME}-v6-20040416.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= sumikawa@FreeBSD.org
COMMENT= IPv6 enabled cvs. You can use IPv6 connection when using pserver
FORBIDDEN= http://vuxml.freebsd.org/0792e7a7-8e37-11d8-90d1-0020ed76ef5a.html
COMMENT= IPv6 enabled cvs. You can use IPv6 connection when using pserver
GNU_CONFIGURE= yes
USE_BZIP2= yes
#USE_GMAKE= yes
CONFIGURE_ARGS= --enable-ipv6 --without-gssapi \
--with-editor="vi" \

View File

@ -1,4 +1,4 @@
MD5 (cvs-1.11.5.tar.gz) = b0b5e955c0d83b694c7835dc3e6f0b7d
SIZE (cvs-1.11.5.tar.gz) = 2741316
MD5 (cvs-1.11.5-v6-20030123.diff.gz) = 9b82bba27e5b277bed08ab8581aa0b4a
SIZE (cvs-1.11.5-v6-20030123.diff.gz) = 12680
MD5 (cvs-1.11.15.tar.bz2) = 63873ed6ae942b298cf1db15c85ea22e
SIZE (cvs-1.11.15.tar.bz2) = 2248876
MD5 (cvs-1.11.15-v6-20040416.diff.gz) = dc31e206359abfe2c9629473372f3dc1
SIZE (cvs-1.11.15-v6-20040416.diff.gz) = 12806

File diff suppressed because it is too large Load Diff

View File

@ -1,38 +1,35 @@
--- lib/Makefile.in.orig Fri Jan 17 06:36:42 2003
+++ lib/Makefile.in Thu Jan 23 01:39:54 2003
@@ -132,8 +132,6 @@
getline.c \
--- lib/Makefile.in.orig Mon Sep 29 19:05:58 2003
+++ lib/Makefile.in Tue Sep 30 11:25:43 2003
@@ -173,8 +173,6 @@
getopt.c \
getopt1.c \
getpass.c \
- md5.c \
- regex.c \
savecwd.c \
sighandle.c \
stripslash.c \
@@ -168,7 +166,7 @@
@@ -210,7 +208,7 @@
libcvs_a_DEPENDENCIES = @LIBOBJS@
am_libcvs_a_OBJECTS = argmatch.$(OBJEXT) getdate.$(OBJEXT) \
getline.$(OBJEXT) getopt.$(OBJEXT) getopt1.$(OBJEXT) \
- md5.$(OBJEXT) regex.$(OBJEXT) savecwd.$(OBJEXT) \
+ savecwd.$(OBJEXT) \
sighandle.$(OBJEXT) stripslash.$(OBJEXT) xgetwd.$(OBJEXT) \
yesno.$(OBJEXT)
- getpass.$(OBJEXT) md5.$(OBJEXT) regex.$(OBJEXT) \
+ getpass.$(OBJEXT) \
savecwd.$(OBJEXT) sighandle.$(OBJEXT) stripslash.$(OBJEXT) \
xgetwd.$(OBJEXT) yesno.$(OBJEXT)
libcvs_a_OBJECTS = $(am_libcvs_a_OBJECTS)
@@ -189,8 +187,8 @@
@AMDEP_TRUE@ $(DEPDIR)/valloc.Po $(DEPDIR)/waitpid.Po \
@@ -228,7 +226,6 @@
@AMDEP_TRUE@ ./$(DEPDIR)/argmatch.Po ./$(DEPDIR)/getdate.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/getline.Po ./$(DEPDIR)/getopt.Po \
-@AMDEP_TRUE@ ./$(DEPDIR)/getopt1.Po ./$(DEPDIR)/md5.Po \
-@AMDEP_TRUE@ ./$(DEPDIR)/regex.Po ./$(DEPDIR)/savecwd.Po \
+@AMDEP_TRUE@ ./$(DEPDIR)/getopt1.Po \
+@AMDEP_TRUE@ ./$(DEPDIR)/savecwd.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/sighandle.Po ./$(DEPDIR)/stripslash.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/xgetwd.Po ./$(DEPDIR)/yesno.Po
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
@@ -250,8 +248,6 @@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getline.Po@am__quote@
@AMDEP_TRUE@ ./$(DEPDIR)/getopt1.Po ./$(DEPDIR)/getpass.Po \
-@AMDEP_TRUE@ ./$(DEPDIR)/md5.Po ./$(DEPDIR)/regex.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/savecwd.Po ./$(DEPDIR)/sighandle.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/stripslash.Po ./$(DEPDIR)/xgetwd.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/yesno.Po
@@ -289,8 +286,6 @@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getpass.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/savecwd.Po@am__quote@

View File

@ -1,6 +1,15 @@
--- src/Makefile.in.orig Fri Jan 17 06:36:43 2003
+++ src/Makefile.in Thu Jan 23 01:41:33 2003
@@ -106,7 +106,7 @@
--- src/Makefile.in.orig Mon Sep 29 19:06:14 2003
+++ src/Makefile.in Tue Sep 30 11:26:22 2003
@@ -80,7 +80,7 @@
KRB4 = @KRB4@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
+LIBS = @LIBS@ -lmd -lgnuregex -lz
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
@@ -146,7 +146,7 @@
# 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.
@ -9,7 +18,7 @@
bin_PROGRAMS = cvs
bin_SCRIPTS = cvsbug
@@ -147,6 +147,7 @@
@@ -187,6 +187,7 @@
no_diff.c \
parseinfo.c \
patch.c \
@ -17,7 +26,7 @@
rcs.c \
rcscmds.c \
recurse.c \
@@ -184,8 +185,7 @@
@@ -224,8 +225,7 @@
cvs_LDADD = \
../diff/libdiff.a \
@ -27,7 +36,7 @@
# extra clean targets
@@ -221,6 +221,7 @@
@@ -262,6 +262,7 @@
main.$(OBJEXT) mkmodules.$(OBJEXT) modules.$(OBJEXT) \
myndbm.$(OBJEXT) no_diff.$(OBJEXT) parseinfo.$(OBJEXT) \
patch.$(OBJEXT) rcs.$(OBJEXT) rcscmds.$(OBJEXT) \
@ -35,16 +44,7 @@
recurse.$(OBJEXT) release.$(OBJEXT) remove.$(OBJEXT) \
repos.$(OBJEXT) root.$(OBJEXT) run.$(OBJEXT) scramble.$(OBJEXT) \
server.$(OBJEXT) status.$(OBJEXT) subr.$(OBJEXT) tag.$(OBJEXT) \
@@ -236,7 +237,7 @@
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
+LIBS = @LIBS@ -lmd -lgnuregex -lz
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/add.Po ./$(DEPDIR)/admin.Po \
@@ -256,7 +257,7 @@
@@ -293,7 +294,7 @@
@AMDEP_TRUE@ ./$(DEPDIR)/main.Po ./$(DEPDIR)/mkmodules.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/modules.Po ./$(DEPDIR)/myndbm.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/no_diff.Po ./$(DEPDIR)/parseinfo.Po \
@ -53,7 +53,7 @@
@AMDEP_TRUE@ ./$(DEPDIR)/rcscmds.Po ./$(DEPDIR)/recurse.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/release.Po ./$(DEPDIR)/remove.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/repos.Po ./$(DEPDIR)/root.Po \
@@ -375,6 +376,7 @@
@@ -411,6 +412,7 @@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/no_diff.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parseinfo.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/patch.Po@am__quote@

View File

@ -6,24 +6,22 @@
#
PORTNAME= cvs
PORTVERSION= 1.11.5
PORTREVISION= 1
PORTVERSION= 1.11.15
CATEGORIES= devel ipv6
MASTER_SITES= http://ftp.cvshome.org/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/cvs/&,}
MASTER_SITE_SUBDIR= ${DISTNAME}
MASTER_SITE_SUBDIR= release/stable/${DISTNAME}
PKGNAMESUFFIX= +ipv6
PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
PATCHFILES= ${DISTNAME}-v6-20030123.diff.gz
PATCHFILES= ${DISTNAME}-v6-20040416.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= sumikawa@FreeBSD.org
COMMENT= IPv6 enabled cvs. You can use IPv6 connection when using pserver
FORBIDDEN= http://vuxml.freebsd.org/0792e7a7-8e37-11d8-90d1-0020ed76ef5a.html
COMMENT= IPv6 enabled cvs. You can use IPv6 connection when using pserver
GNU_CONFIGURE= yes
USE_BZIP2= yes
#USE_GMAKE= yes
CONFIGURE_ARGS= --enable-ipv6 --without-gssapi \
--with-editor="vi" \

View File

@ -1,4 +1,4 @@
MD5 (cvs-1.11.5.tar.gz) = b0b5e955c0d83b694c7835dc3e6f0b7d
SIZE (cvs-1.11.5.tar.gz) = 2741316
MD5 (cvs-1.11.5-v6-20030123.diff.gz) = 9b82bba27e5b277bed08ab8581aa0b4a
SIZE (cvs-1.11.5-v6-20030123.diff.gz) = 12680
MD5 (cvs-1.11.15.tar.bz2) = 63873ed6ae942b298cf1db15c85ea22e
SIZE (cvs-1.11.15.tar.bz2) = 2248876
MD5 (cvs-1.11.15-v6-20040416.diff.gz) = dc31e206359abfe2c9629473372f3dc1
SIZE (cvs-1.11.15-v6-20040416.diff.gz) = 12806

File diff suppressed because it is too large Load Diff

View File

@ -1,38 +1,35 @@
--- lib/Makefile.in.orig Fri Jan 17 06:36:42 2003
+++ lib/Makefile.in Thu Jan 23 01:39:54 2003
@@ -132,8 +132,6 @@
getline.c \
--- lib/Makefile.in.orig Mon Sep 29 19:05:58 2003
+++ lib/Makefile.in Tue Sep 30 11:25:43 2003
@@ -173,8 +173,6 @@
getopt.c \
getopt1.c \
getpass.c \
- md5.c \
- regex.c \
savecwd.c \
sighandle.c \
stripslash.c \
@@ -168,7 +166,7 @@
@@ -210,7 +208,7 @@
libcvs_a_DEPENDENCIES = @LIBOBJS@
am_libcvs_a_OBJECTS = argmatch.$(OBJEXT) getdate.$(OBJEXT) \
getline.$(OBJEXT) getopt.$(OBJEXT) getopt1.$(OBJEXT) \
- md5.$(OBJEXT) regex.$(OBJEXT) savecwd.$(OBJEXT) \
+ savecwd.$(OBJEXT) \
sighandle.$(OBJEXT) stripslash.$(OBJEXT) xgetwd.$(OBJEXT) \
yesno.$(OBJEXT)
- getpass.$(OBJEXT) md5.$(OBJEXT) regex.$(OBJEXT) \
+ getpass.$(OBJEXT) \
savecwd.$(OBJEXT) sighandle.$(OBJEXT) stripslash.$(OBJEXT) \
xgetwd.$(OBJEXT) yesno.$(OBJEXT)
libcvs_a_OBJECTS = $(am_libcvs_a_OBJECTS)
@@ -189,8 +187,8 @@
@AMDEP_TRUE@ $(DEPDIR)/valloc.Po $(DEPDIR)/waitpid.Po \
@@ -228,7 +226,6 @@
@AMDEP_TRUE@ ./$(DEPDIR)/argmatch.Po ./$(DEPDIR)/getdate.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/getline.Po ./$(DEPDIR)/getopt.Po \
-@AMDEP_TRUE@ ./$(DEPDIR)/getopt1.Po ./$(DEPDIR)/md5.Po \
-@AMDEP_TRUE@ ./$(DEPDIR)/regex.Po ./$(DEPDIR)/savecwd.Po \
+@AMDEP_TRUE@ ./$(DEPDIR)/getopt1.Po \
+@AMDEP_TRUE@ ./$(DEPDIR)/savecwd.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/sighandle.Po ./$(DEPDIR)/stripslash.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/xgetwd.Po ./$(DEPDIR)/yesno.Po
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
@@ -250,8 +248,6 @@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getline.Po@am__quote@
@AMDEP_TRUE@ ./$(DEPDIR)/getopt1.Po ./$(DEPDIR)/getpass.Po \
-@AMDEP_TRUE@ ./$(DEPDIR)/md5.Po ./$(DEPDIR)/regex.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/savecwd.Po ./$(DEPDIR)/sighandle.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/stripslash.Po ./$(DEPDIR)/xgetwd.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/yesno.Po
@@ -289,8 +286,6 @@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getpass.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/savecwd.Po@am__quote@

View File

@ -1,6 +1,15 @@
--- src/Makefile.in.orig Fri Jan 17 06:36:43 2003
+++ src/Makefile.in Thu Jan 23 01:41:33 2003
@@ -106,7 +106,7 @@
--- src/Makefile.in.orig Mon Sep 29 19:06:14 2003
+++ src/Makefile.in Tue Sep 30 11:26:22 2003
@@ -80,7 +80,7 @@
KRB4 = @KRB4@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
+LIBS = @LIBS@ -lmd -lgnuregex -lz
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
@@ -146,7 +146,7 @@
# 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.
@ -9,7 +18,7 @@
bin_PROGRAMS = cvs
bin_SCRIPTS = cvsbug
@@ -147,6 +147,7 @@
@@ -187,6 +187,7 @@
no_diff.c \
parseinfo.c \
patch.c \
@ -17,7 +26,7 @@
rcs.c \
rcscmds.c \
recurse.c \
@@ -184,8 +185,7 @@
@@ -224,8 +225,7 @@
cvs_LDADD = \
../diff/libdiff.a \
@ -27,7 +36,7 @@
# extra clean targets
@@ -221,6 +221,7 @@
@@ -262,6 +262,7 @@
main.$(OBJEXT) mkmodules.$(OBJEXT) modules.$(OBJEXT) \
myndbm.$(OBJEXT) no_diff.$(OBJEXT) parseinfo.$(OBJEXT) \
patch.$(OBJEXT) rcs.$(OBJEXT) rcscmds.$(OBJEXT) \
@ -35,16 +44,7 @@
recurse.$(OBJEXT) release.$(OBJEXT) remove.$(OBJEXT) \
repos.$(OBJEXT) root.$(OBJEXT) run.$(OBJEXT) scramble.$(OBJEXT) \
server.$(OBJEXT) status.$(OBJEXT) subr.$(OBJEXT) tag.$(OBJEXT) \
@@ -236,7 +237,7 @@
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
+LIBS = @LIBS@ -lmd -lgnuregex -lz
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/add.Po ./$(DEPDIR)/admin.Po \
@@ -256,7 +257,7 @@
@@ -293,7 +294,7 @@
@AMDEP_TRUE@ ./$(DEPDIR)/main.Po ./$(DEPDIR)/mkmodules.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/modules.Po ./$(DEPDIR)/myndbm.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/no_diff.Po ./$(DEPDIR)/parseinfo.Po \
@ -53,7 +53,7 @@
@AMDEP_TRUE@ ./$(DEPDIR)/rcscmds.Po ./$(DEPDIR)/recurse.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/release.Po ./$(DEPDIR)/remove.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/repos.Po ./$(DEPDIR)/root.Po \
@@ -375,6 +376,7 @@
@@ -411,6 +412,7 @@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/no_diff.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parseinfo.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/patch.Po@am__quote@