diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-11-22 06:00:45 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-11-22 06:00:45 +0800 |
commit | b24af21fdc89273cbe1188bd435b0dc62aeff508 (patch) | |
tree | 95e47c3cc4f36a8ce2b802142ed839fedec8f8f8 /security/openssh-portable/Makefile | |
parent | 251389eadcf2e917388e3e3ed26d9731c3c70557 (diff) | |
download | freebsd-ports-gnome-b24af21fdc89273cbe1188bd435b0dc62aeff508.tar.gz freebsd-ports-gnome-b24af21fdc89273cbe1188bd435b0dc62aeff508.tar.zst freebsd-ports-gnome-b24af21fdc89273cbe1188bd435b0dc62aeff508.zip |
openssh-gssapi-3.5p1 is marked as broken
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r-- | security/openssh-portable/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 601a5d837f62..096b45944305 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -76,8 +76,9 @@ post-extract: .endfor .if defined(KRB5_HOME) && exists(${KRB5_HOME}) +BROKEN= patch conflicts with 3.5p1 PKGNAMESUFFIX= -gssapi -GSSAPI_PATCH= ${PORTNAME}-${PORTVERSION}-gssapi-20020627.diff +GSSAPI_PATCH= ${PORTNAME}-3.4p1-gssapi-20020627.diff GSSAPI_SITE= http://www.sxw.org.uk/computing/patches/ MASTER_SITES+= ${GSSAPI_SITE} DISTFILES= ${EXTRACT_ONLY} ${GSSAPI_PATCH} |