Bug 134706

Summary: security/openssh-portable does not compile on amd64 arch
Product: Base System Reporter: Alexey Loginov <navymaker>
Component: amd64Assignee: freebsd-amd64 (Nobody) <amd64>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Alexey Loginov 2009-05-19 10:50:01 UTC
Because of a wrong order of application of patches, port security/openssh-portable does not compile on amd64 arch.
openssh-portable version: 5.2.p1_1,1

Fix: Apply the included patch

Patch attached with submission follows:
How-To-Repeat: On amd64:
cd /usr/ports/security/openssh-portable
make
Comment 1 dfilter service freebsd_committer freebsd_triage 2009-05-19 11:13:42 UTC
osa         2009-05-19 10:13:28 UTC

  FreeBSD ports repository

  Modified files:
    security/openssh-portable Makefile 
  Log:
  Fix build with WITH_LPK support for amd64 by change extra patches order.
  Do not bump PORTREVISION.
  
  Submitted by:   Fedor Dikarev aka fe at rambler dash co dot ru
  Spotted by:     maxim
  Approved by:    maintainer unavailable, i.e.
                  $ whois dindin.ru | grep ^state
                  state:      REGISTERED, NOT DELEGATED
  PR:             amd64/134706
  
  Revision  Changes    Path
  1.136     +4 -3      ports/security/openssh-portable/Makefile
_______________________________________________
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"
Comment 2 Sergey A. Osokin freebsd_committer freebsd_triage 2009-05-19 11:14:24 UTC
State Changed
From-To: open->closed

Committed, thanks!