mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 11:33:15 -04:00
- devel/cvs: allow slave ports (?= vars) - devel/cvs: define CONFLICTS against the slave and -devel - devel/cvs: adjust for easier patching source (i.e. no ../cvs/ prefix) - devel/cvs+ipv6: move most logic as IPV6 option to devel/cvs - devel/cvs+ipv6: don't define HAVE_GETGROUPS twice or unused ENABLE_IPV6 - devel/cvs+ipv6: drop devel/cvsnt from CONFLICTS after 4.6 years being gone - devel/cvs+ipv6: bump PORTREVISION for changes inherited from devel/cvs - Convert CONFLICTS into CONFLICTS_INSTALL PR: 199542 Reviewed by: bapt Approved by: maintainer timeout (5 months) Differential Revision: https://reviews.freebsd.org/D3636
11 lines
547 B
Text
11 lines
547 B
Text
--- ../cvs-build/cvs/Makefile.orig 2012-09-06 06:25:43.000000000 +0400
|
|
+++ ../cvs-build/cvs/Makefile 2014-07-15 12:37:28.000000000 +0400
|
|
@@ -32,7 +32,7 @@
|
|
DPADD= ${LIBCVS} ${LIBDIFF} ${LIBGNUREGEX} ${LIBMD} ${LIBCRYPT} ${LIBZ}
|
|
LDADD= ${LIBCVS} ${LIBDIFF} -lgnuregex -lmd -lcrypt -lz
|
|
|
|
-.if ${MK_KERBEROS_SUPPORT} != "no"
|
|
+.if defined(KERBEROS_SUPPORT)
|
|
CFLAGS+= -DHAVE_GSSAPI -DENCRYPTION
|
|
LDADD+= -lgssapi -lkrb5 -lhx509 -lasn1 -lcrypto -lroken -lcrypt -lcom_err
|
|
DPADD+= ${LIBGSSAPI} ${LIBKRB5} ${LIBHX509} ${LIBASN1} ${LIBCRYPTO} ${LIBROKEN}
|