diff options
| author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-31 11:42:00 +0000 |
|---|---|---|
| committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-31 11:42:00 +0000 |
| commit | 510a40326405f58793d94403263d20c16d3d6c09 (patch) | |
| tree | f9e65ef448608c75631215b57b1117b8c3214f90 /devel/gcvs/files | |
| parent | Add some PATCHFILES to this port, and bump its PORTREVISION. (diff) | |
A set of C++ front-end for cvs distributed under GPL.
CvsGui features
WinCvs is written in C++ using the Microsoft MFC.
MacCvs is written in C++ using Metrowerks PowerPlant.
gCvs is written in C++ using GNU gtk+.
They are using the latest cvs source code.
They are making cvs easier for the novice.
They are increasing the power of cvs by providing an high-end interface.
The project is growing because it is supported and developed
by several cvs users.
WWW: http://cvsgui.sourceforge.net/
Diffstat (limited to 'devel/gcvs/files')
| -rw-r--r-- | devel/gcvs/files/patch-configure | 29 | ||||
| -rw-r--r-- | devel/gcvs/files/patch-cvsunix-contrib-Makefile.in | 24 | ||||
| -rw-r--r-- | devel/gcvs/files/patch-cvsunix-src-Makefile.in | 20 |
3 files changed, 73 insertions, 0 deletions
diff --git a/devel/gcvs/files/patch-configure b/devel/gcvs/files/patch-configure new file mode 100644 index 000000000000..fa9484832397 --- /dev/null +++ b/devel/gcvs/files/patch-configure @@ -0,0 +1,29 @@ +--- configure.orig Tue Mar 6 19:00:29 2001 ++++ configure Wed Mar 28 23:40:57 2001 +@@ -2942,8 +2942,9 @@ + fi + + HAVE_TCL=0 +-TCL_CFLAGS= ++TCL_CFLAGS="-I $TCL_INCLUDE_DIR" + TCL_LIB_SPEC= ++TCL_PACKAGE_PATH="TCL_LIB_SPEC/.." + + if test $ac_has_tclinc = yes -a $ac_has_tcllib = yes ; then + HAVE_TCL=1 +@@ -2954,13 +2955,14 @@ + # The variables that we use from tclConfig.sh + TCL_CFLAGS=$TCL_CFLAGS + # TCL_LIB_SPEC=$TCL_LIB_SPEC +- TCL_LIB_SPEC="-L$TCL_PACKAGE_PATH -ltcl" ++ TCL_LIB_SPEC="-L$TCL_PACKAGE_PATH -ltcl83" + fi + + + + + ++ + if test $HAVE_TCL = 1; then + echo "$ac_t""Using TCL ${TCL_VERSION}${TCL_PATCH_LEVEL}" 1>&6 + else diff --git a/devel/gcvs/files/patch-cvsunix-contrib-Makefile.in b/devel/gcvs/files/patch-cvsunix-contrib-Makefile.in new file mode 100644 index 000000000000..f9ca9027ed38 --- /dev/null +++ b/devel/gcvs/files/patch-cvsunix-contrib-Makefile.in @@ -0,0 +1,24 @@ +--- 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 --git a/devel/gcvs/files/patch-cvsunix-src-Makefile.in b/devel/gcvs/files/patch-cvsunix-src-Makefile.in new file mode 100644 index 000000000000..2c700e1d52b3 --- /dev/null +++ b/devel/gcvs/files/patch-cvsunix-src-Makefile.in @@ -0,0 +1,20 @@ +--- 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 \ + echo Installing $$prog in $(bindir); \ +- $(INSTALL) $$prog $(bindir)/$$prog ; \ ++ $(INSTALL_SCRIPT) $$prog $(bindir)/$$prog ; \ + done + + installdirs: |
