mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix broken on FreeBSD 5.1 with Kerberos
This commit is contained in:
parent
42a4597718
commit
321e7ea517
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83968
2 changed files with 11 additions and 9 deletions
|
@ -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>
|
||||
|
|
10
devel/gcvs/files/patch-cvsunix-lib-Makefile.in
Normal file
10
devel/gcvs/files/patch-cvsunix-lib-Makefile.in
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue