Bug 57262

Summary: new features for the net/gaim port [PATCH]
Product: Ports & Packages Reporter: Mikhail T. <freebsd-2024>
Component: Individual Port(s)Assignee: Joe Marcus Clarke <marcus>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Mikhail T. 2003-09-26 21:10:15 UTC
	Gaim can optionally be expanded with Tcl/Tk. It can also
	offer end-to-end encryption of conversations with SSL.
	The included patch adds this options to the port.

	The patch also includes two cosmetic fixes:

		. replace the ugly ${ECHO_MSG} with #, which
		  outputs the (almost) identical text without
		  having to sh-special characters;
		. replace the multiple invocation of REINPLACE_CMD
		  with one.

	The TCL-handling is a bit more involved, than it has to be,
	because currently gaim only works with 8.3, although it
	compiles with 8.4.
Comment 1 Mikhail Teterin freebsd_committer freebsd_triage 2003-09-26 21:11:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->marcus

Over to maintainer.
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2003-09-26 21:24:00 UTC
State Changed
From-To: open->closed

Committed with modifications.  I thought of a good reason to continue using 
the ${ECHO_MSG} syntax: users can override ECHO_MSG if they desire.  Plus, 
I went with a non-default GnuTLS.  GnuTLS support will only be enabled if 
the user wants it or has it installed already.  Thanks for the submission.