summaryrefslogtreecommitdiff
path: root/devel/gcvs
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-07-01 08:10:01 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-07-01 08:10:01 +0000
commit321e7ea5173330a9b7b52e6fb066ad6fc19a29a7 (patch)
tree5883d7639d00d10441f71b40df7c6e7ec57592b9 /devel/gcvs
parentUpdate misc/geekcode: 1.7.2 -> 1.7.3 (diff)
- Fix broken on FreeBSD 5.1 with Kerberos
Notes
Notes: svn path=/head/; revision=83968
Diffstat (limited to 'devel/gcvs')
-rw-r--r--devel/gcvs/Makefile10
-rw-r--r--devel/gcvs/files/patch-cvsunix-lib-Makefile.in10
2 files changed, 11 insertions, 9 deletions
diff --git a/devel/gcvs/Makefile b/devel/gcvs/Makefile
index 53e0357728ff..74b38e285f35 100644
--- a/devel/gcvs/Makefile
+++ b/devel/gcvs/Makefile
@@ -38,12 +38,4 @@ MAN8= cvsbug.8
#USE_AUTOMAKE_VER= 14
#USE_AUTOCONF_VER= 213
-.include <bsd.port.pre.mk>
-
-.if exists(/usr/include/krb5.h) || exists(/usr/include/gssapi.h)
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile"
-.endif
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/devel/gcvs/files/patch-cvsunix-lib-Makefile.in b/devel/gcvs/files/patch-cvsunix-lib-Makefile.in
new file mode 100644
index 000000000000..4dac1ed4b659
--- /dev/null
+++ b/devel/gcvs/files/patch-cvsunix-lib-Makefile.in
@@ -0,0 +1,10 @@
+--- cvsunix/lib/Makefile.in.orig Thu Nov 7 19:29:36 2002
++++ cvsunix/lib/Makefile.in Tue Jul 1 04:38:17 2003
+@@ -200,6 +200,7 @@
+ regex.o: regex.h
+ md5.o: md5.h
+ argmatch.o: cvsgui.h
++hostname.o: cvsgui.h
+
+ xlint:
+ @echo xlint does nothing