Fix cvs build on at least 10.0.
Sponsored by: Absolight
This commit is contained in:
parent
5831861d65
commit
6704d7fed9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358379
2 changed files with 16 additions and 1 deletions
|
@ -16,7 +16,7 @@ INFO= cvs cvsclient
|
|||
|
||||
# bsd.stage.makes sets the wrong value for DESTDIR
|
||||
DESTDIRNAME= NADA
|
||||
MAKE_ARGS= DESTDIR=${STAGEDIR}${PREFIX} MK_KERBEROS_SUPPORT=yes
|
||||
MAKE_ARGS= DESTDIR=${STAGEDIR}${PREFIX}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
15
devel/cvs/files/patch-cvs__Makefile
Normal file
15
devel/cvs/files/patch-cvs__Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- ./cvs/Makefile.orig 2012-09-06 04:25:43.000000000 +0200
|
||||
+++ ./cvs/Makefile 2014-06-19 12:37:27.000000000 +0200
|
||||
@@ -32,12 +32,10 @@
|
||||
DPADD= ${LIBCVS} ${LIBDIFF} ${LIBGNUREGEX} ${LIBMD} ${LIBCRYPT} ${LIBZ}
|
||||
LDADD= ${LIBCVS} ${LIBDIFF} -lgnuregex -lmd -lcrypt -lz
|
||||
|
||||
-.if ${MK_KERBEROS_SUPPORT} != "no"
|
||||
CFLAGS+= -DHAVE_GSSAPI -DENCRYPTION
|
||||
LDADD+= -lgssapi -lkrb5 -lhx509 -lasn1 -lcrypto -lroken -lcrypt -lcom_err
|
||||
DPADD+= ${LIBGSSAPI} ${LIBKRB5} ${LIBHX509} ${LIBASN1} ${LIBCRYPTO} ${LIBROKEN}
|
||||
DPADD+= ${LIBCRYPT} ${LIBCOM_ERR}
|
||||
-.endif
|
||||
|
||||
#
|
||||
# Regression test support
|
Loading…
Reference in a new issue