Bug 140153

Summary: Misleading error from WITH_SCTP when building security/openssl port
Product: Ports & Packages Reporter: Paul J Murphy <paul>
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Paul J Murphy 2009-10-31 23:00:11 UTC
When attempting to build the security/openssl port, if WITH_SCTP is enabled, the build fails with a very misleading error message which implies that 0.9.8 is completely broken, rather than just one option is currently not available.

How-To-Repeat: cd /usr/ports/security/openssl
make clean
make config
<enable WITH_SCTP>
make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-31 23:00:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-11-06 21:15:44 UTC
dinoex      2009-11-06 21:15:35 UTC

  FreeBSD ports repository

  Modified files:
    security/openssl     Makefile 
  Log:
  - improve message for option WITH_SCTP
  PR:             140153
  Submitted by:   Paul J Murphy
  
  Revision  Changes    Path
  1.159     +1 -1      ports/security/openssl/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 3 Dirk Meyer freebsd_committer freebsd_triage 2009-11-06 21:22:34 UTC
State Changed
From-To: open->closed

committed, thanks.