Bug 141287 - sysutils/syslog-ng3 - Make OpenSSL support an OPTION to unbreak on < 7
Summary: sysutils/syslog-ng3 - Make OpenSSL support an OPTION to unbreak on < 7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-08 16:10 UTC by Sean McAfee
Modified: 2009-12-22 00:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.33 KB, patch)
2009-12-08 16:10 UTC, Sean McAfee
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sean McAfee 2009-12-08 16:10:04 UTC
A port revision (3.0.3_2) enabled OpenSSL support for syslog-ng3, which required a subsequent revision (3.0.3_3) to mark it broken < 7.

Since there are a lot of useful features in syslog-ng3 other than SSL support, using this on 6.x clients is still desirable.

The attached patch makes SSL support an OPTION.  Since TCP_WRAPPERS relied on environmental settings, I've added that as well.

Fix: Apply the following patch, then run make config.

Patch attached with submission follows:
How-To-Repeat: 1. Attempt to build on 6.x (build fails)
2. Apply patch
3. make config
4. Attempt to rebuild (build succeeds)
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-12-08 17:32:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cy

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-12-22 00:17:03 UTC
cy          2009-12-22 00:16:49 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/syslog-ng3  Makefile 
  Log:
  Make OpenSSL support an OPTION to unbreak on FreeBSD < 7.
  Make TCP/Wrappers an menu option.
  
  PR:             141287
  Submitted by:   Sean McAfee <smcafee@collaborativefusion.com>
  
  Revision  Changes    Path
  1.21      +8 -6      ports/sysutils/syslog-ng3/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 Cy Schubert freebsd_committer freebsd_triage 2009-12-22 00:17:07 UTC
State Changed
From-To: open->closed

Committed. Thanks.