Bug 150289 - [patch] port sysutils/bacula-bat (5.0.3)
Summary: [patch] port sysutils/bacula-bat (5.0.3)
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: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-04 23:30 UTC by Olli Hauer
Modified: 2010-09-07 18:02 UTC (History)
1 user (show)

See Also:


Attachments
patch_bacula-bat-5.0.3.txt (879 bytes, text/plain)
2010-09-04 23:30 UTC, Olli Hauer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer freebsd_committer freebsd_triage 2010-09-04 23:30:04 UTC
Bacula 5.0.3 builds per default with SSL support, now this
slave port needs some adjustments.

- Add option OPENSSL (defaults == defaults bacula-server)

Build tested with 8.1 tinderbox (i386) 
 - WITHOUT_OPENSSL=true 
 - WITH_OPENSSL=true  (system)
 - WITH_OPENSSL=true  (openssl port)

All three builds are OK.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-04 23:30:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ohauer

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-04 23:30:20 UTC
Maintainer of sysutils/bacula-bat,

Please note that PR ports/150289 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/150289

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-04 23:30:24 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Dan Langille 2010-09-04 23:40:25 UTC
Approved by maintainer.
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-09-07 17:25:16 UTC
ohauer      2010-09-07 16:25:08 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/bacula-bat  Makefile 
  Log:
   - add OPTION for SSL support (default on)
  
    Starting with version 5.0.3 bacula builds per
    default with SSL support.
  
  PR:             150289
  Submitted by:   ohauer
  Approved by:    Dan Langille (maintainer) glarkin (mentor, implicit)
  
  Revision  Changes    Path
  1.12      +9 -0      ports/sysutils/bacula-bat/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 6 Olli Hauer freebsd_committer freebsd_triage 2010-09-07 18:01:38 UTC
State Changed
From-To: feedback->closed

committed, Thanks!