Bug 57262 - new features for the net/gaim port [PATCH]
Summary: new features for the net/gaim port [PATCH]
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: Joe Marcus Clarke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-26 21:10 UTC by Mikhail T.
Modified: 2003-09-26 21:32 UTC (History)
0 users

See Also:


Attachments
file.diff (2.41 KB, patch)
2003-09-26 21:10 UTC, Mikhail T.
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.