aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gcvs/files
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-01-16 01:49:52 +0800
committerdinoex <dinoex@FreeBSD.org>2003-01-16 01:49:52 +0800
commitaf33a692f8583013fa747992f287531104546aba (patch)
tree775e153b0818e2bcf0d0446efeae425ff5e5e17f /devel/gcvs/files
parent2afcccb4d4d2342e769e119e03f75035324bb2be (diff)
downloadfreebsd-ports-gnome-af33a692f8583013fa747992f287531104546aba.tar.gz
freebsd-ports-gnome-af33a692f8583013fa747992f287531104546aba.tar.zst
freebsd-ports-gnome-af33a692f8583013fa747992f287531104546aba.zip
- Update to 1.0
- remove patches that are now part of distribution - bump PORTEPOCH, as 1.0 is newer than 1.0rc1
Diffstat (limited to 'devel/gcvs/files')
-rw-r--r--devel/gcvs/files/patch-TextBinary.cpp12
-rw-r--r--devel/gcvs/files/patch-cvsunix-contrib-Makefile.in23
-rw-r--r--devel/gcvs/files/patch-cvsunix-src-Makefile.in20
3 files changed, 6 insertions, 49 deletions
diff --git a/devel/gcvs/files/patch-TextBinary.cpp b/devel/gcvs/files/patch-TextBinary.cpp
deleted file mode 100644
index 2584d18fa1ef..000000000000
--- a/devel/gcvs/files/patch-TextBinary.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
---- common/TextBinary.cpp.orig Tue Feb 19 17:36:02 2002
-+++ common/TextBinary.cpp Fri Dec 20 18:35:39 2002
-@@ -472,8 +472,7 @@
- else
- {
- ext = tmp + 1;
-- base = file;
-- base[tmp - file] = '\0';
-+ base.set(file, tmp - file - 1);
- }
- }
-
diff --git a/devel/gcvs/files/patch-cvsunix-contrib-Makefile.in b/devel/gcvs/files/patch-cvsunix-contrib-Makefile.in
deleted file mode 100644
index 2ba9a605ce99..000000000000
--- a/devel/gcvs/files/patch-cvsunix-contrib-Makefile.in
+++ /dev/null
@@ -1,23 +0,0 @@
---- cvsunix/contrib/Makefile.in.orig Tue Sep 26 15:18:40 2000
-+++ cvsunix/contrib/Makefile.in Fri Dec 20 20:05:08 2002
-@@ -38,6 +38,7 @@
- INSTALL = @INSTALL@
- INSTALL_DATA = @INSTALL_DATA@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
-+INSTALL_SCRIPT = @INSTALL_SCRIPT@
-
- DISTFILES = \
- ChangeLog README .cvsignore intro.doc \
-@@ -83,10 +84,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
index fe726a8488e7..8bd9c7a30379 100644
--- a/devel/gcvs/files/patch-cvsunix-src-Makefile.in
+++ b/devel/gcvs/files/patch-cvsunix-src-Makefile.in
@@ -1,19 +1,11 @@
---- cvsunix/src/Makefile.in.orig Thu Nov 7 19:29:06 2002
-+++ cvsunix/src/Makefile.in Fri Dec 20 19:56:41 2002
-@@ -34,6 +34,7 @@
- INSTALL = @INSTALL@
- INSTALL_DATA = @INSTALL_DATA@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
-+INSTALL_SCRIPT = @INSTALL_SCRIPT@
-
- LIBS = @LIBS@
-
-@@ -89,7 +90,7 @@
+--- cvsunix/src/Makefile.in.orig Sun Dec 22 16:59:11 2002
++++ cvsunix/src/Makefile.in Wed Jan 15 04:57:13 2003
+@@ -91,7 +91,7 @@
install: installdirs
@for prog in $(PROGS); do \
echo Installing $$prog in $(bindir); \
- $(INSTALL) $$prog $(bindir)/$$prog ; \
-+ $(INSTALL_SCRIPT) $$prog $(bindir)/$$prog ; \
++ $(INSTALL_PROGRAM) $$prog $(bindir)/$$prog ; \
done
-
- installdirs:
+ @for script in $(SCRIPTS); do \
+ echo Installing $$script in $(bindir); \