Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2002 19:32:36 +0200 (MEST)
From:      Jan.Stocker@t-online.de
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Jan.Stocker@t-online.de
Subject:   ports/37510: gcvs does not work, build-in cvs does not support flag -cvsgui
Message-ID:  <200204271732.g3RHWa6E038090@twoflower.liebende.de>

next in thread | raw e-mail | index | archive | help

>Number:         37510
>Category:       ports
>Synopsis:       gcvs does not work, build-in cvs does not support flag -cvsgui
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 27 10:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jan Stocker
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD twoflower 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon Apr 22 16:19:32 MEST 2002 jstocker@twoflower:/usr/src/sys/i386/compile/Twoflower50 i386


>Description:
You cant use gcvs, because the builded cvs does not know the -cvsgui switch which is required.

>How-To-Repeat:
a) install
b) go to prefs and exit dialog

and you'll get a error log
>Fix:

Update from 1.0b2 to 1.0b3 (attached).

diff -urN gcvs.orig/Makefile gcvs/Makefile
--- gcvs.orig/Makefile	Tue Feb  5 20:29:49 2002
+++ gcvs/Makefile	Sat Apr 27 18:18:11 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gcvs
-PORTVERSION=	1.0b2
+PORTVERSION=	1.0b3
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	cvsgui
diff -urN gcvs.orig/distinfo gcvs/distinfo
--- gcvs.orig/distinfo	Tue Feb  5 20:29:49 2002
+++ gcvs/distinfo	Sat Apr 27 18:55:32 2002
@@ -1 +1 @@
-MD5 (gcvs-1.0b2.tar.gz) = 78cac5ec6c3463ece10a9b362b3965f7
+MD5 (gcvs-1.0b3.tar.gz) = 997af3526601b45c178134dff56f888a
diff -urN gcvs.orig/files/patch-cvsunix-contrib-Makefile.in gcvs/files/patch-cvsunix-contrib-Makefile.in
--- gcvs.orig/files/patch-cvsunix-contrib-Makefile.in	Sat Mar 31 13:42:00 2001
+++ gcvs/files/patch-cvsunix-contrib-Makefile.in	Thu Jan  1 01:00:00 1970
@@ -1,24 +0,0 @@
---- cvsunix/contrib/Makefile.in.orig	Tue Sep 26 15:18:40 2000
-+++ cvsunix/contrib/Makefile.in	Thu Mar 29 00:42:12 2001
-@@ -37,7 +37,7 @@
- # Use cp if you don't have install.
- INSTALL = @INSTALL@
- INSTALL_DATA = @INSTALL_DATA@
--INSTALL_PROGRAM = @INSTALL_PROGRAM@
-+INSTALL_SCRIPT = @INSTALL_SCRIPT@
- 
- DISTFILES = \
- 	ChangeLog README .cvsignore intro.doc \
-@@ -83,10 +83,10 @@
- 		$(INSTALL_DATA) $(srcdir)/$$f $(libdir)/cvs/contrib/$$f; \
- 	done
- 	for f in $(CONTRIB_PROGS) ; do\
--		$(INSTALL_PROGRAM) $$f $(libdir)/cvs/contrib/$$f; \
-+		$(INSTALL_SCRIPT) $$f $(libdir)/cvs/contrib/$$f; \
- 	done
- 	for f in $(PROGS) ; do\
--		$(INSTALL_PROGRAM) $$f $(bindir)/$$f; \
-+		$(INSTALL_SCRIPT) $$f $(bindir)/$$f; \
- 	done
- .PHONY: install
- 
diff -urN gcvs.orig/files/patch-cvsunix-src-Makefile.in gcvs/files/patch-cvsunix-src-Makefile.in
--- gcvs.orig/files/patch-cvsunix-src-Makefile.in	Sat Mar 31 13:42:00 2001
+++ gcvs/files/patch-cvsunix-src-Makefile.in	Sat Apr 27 18:24:02 2002
@@ -1,14 +1,5 @@
 --- cvsunix/src/Makefile.in.orig	Tue Mar  6 17:36:21 2001
 +++ cvsunix/src/Makefile.in	Thu Mar 29 00:44:20 2001
-@@ -33,7 +33,7 @@
- # Use cp if you don't have install.
- INSTALL = @INSTALL@
- INSTALL_DATA = @INSTALL_DATA@
--INSTALL_PROGRAM = @INSTALL_PROGRAM@
-+INSTALL_SCRIPT = @INSTALL_SCRIPT@
- 
- LIBS = @LIBS@
- 
 @@ -88,7 +88,7 @@
  install: installdirs
  	@for prog in $(PROGS); do \


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204271732.g3RHWa6E038090>