Bug 122234 - security/cyrus-sasl2 doesn't build with AUTHDAEMOND support, Makefile is broken
Summary: security/cyrus-sasl2 doesn't build with AUTHDAEMOND support, Makefile is broken
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: Hajimu UMEMOTO
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-29 12:50 UTC by Toomas Pelberg
Modified: 2008-10-23 18:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toomas Pelberg 2008-03-29 12:50:01 UTC
	
	When building the cyrus2-sasl with AUTHDAEMOND support, it doesn't properly set up the configure args.

Fix: 

Currently there's just an

	.if defined(WITHOUT_AUTHDAEMOND)
	CONFIGURE_ARGS+=--with-authdaemond=no
	.endif

	block in the Makefile, which works properly when AUTHDAEMOND is not selected.
	When it is, there should be an .else there that specifies the unix socket where authdaemond's at.
How-To-Repeat: 	
	Just build the port.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-03-29 20:36:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ume

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-10-23 18:34:37 UTC
ume         2008-10-23 17:34:26 UTC

  FreeBSD ports repository

  Modified files:
    security/cyrus-sasl2 Makefile 
  Log:
  Change authdaemond_path from /dev/null to
  /var/run/authdaemond/socket.  Though, authdaemond_path could
  be set by the sasl2 config file, it should be good to have
  its default value for ports/security/courier-authlib.
  
  PR:             ports/95102, ports/122234
  Submitted by:   Artis Caune <Artis.Caune__at__latnet.lv>
  
  Revision  Changes    Path
  1.137     +3 -1      ports/security/cyrus-sasl2/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 Hajimu UMEMOTO freebsd_committer freebsd_triage 2008-10-23 18:35:40 UTC
State Changed
From-To: open->closed

Thanks! Committed.