| Summary: | MAINTAINER: security/openssh-portable builds successfuly at FreeBSD 8.0 | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Denis Barov <dindin> |
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it. State Changed From-To: open->closed Committed, with minor changes. Thanks! amdmi3 2009-12-16 16:43:21 UTC
FreeBSD ports repository
Modified files:
security/openssh-portable Makefile pkg-plist
Log:
- Remove BROKEN on 8.x WITH_KERBEROS case. Builds fine on 8.0 and 9.0, i386 and amd64
- While here, fix minor plist issue for WITH_X509 case
PR: 141679
Submitted by: Denis Barov <dindin@dindin.ru> (maintainer)
Revision Changes Path
1.144 +3 -6 ports/security/openssh-portable/Makefile
1.17 +1 -0 ports/security/openssh-portable/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
|
Fix: some time ago there was some issue with krb5-config(1) that misses some libraries. Now I see that problem fixed and security/openssh-portable builds successfuly at FreeBSD 8.0 -.if ${OSVERSION} >= 800000 -.if !defined(WITHOUT_KERBEROS) -BROKEN= does not link -.endif -.endif +#.if ${OSVERSION} >= 800000 +#.if !defined(WITHOUT_KERBEROS) +#BROKEN= does not link +#.endif +#.endif .endif .if ${OPENSSLBASE} != "/usr"--9ibMKjUwGLS06dOBg6sNB5rPEyurXO2PfPimdPfGLjX6b3qv Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- openssh-portable/Makefile.orig 2009-11-02 11:08:45.000000000 +0300 +++ openssh-portable/Makefile 2009-12-16 15:41:19.000000000 +0300 @@ -127,11 +127,11 @@ .endif .endif