Bug 21957 - [PATCH] optionally do not open TCP port in xfstt
Summary: [PATCH] optionally do not open TCP port in xfstt
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: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-10-13 16:10 UTC by Andre Albsmeier
Modified: 2000-11-18 23:42 UTC (History)
0 users

See Also:


Attachments
file.diff (1.87 KB, patch)
2000-10-13 16:10 UTC, Andre Albsmeier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andre Albsmeier 2000-10-13 16:10:01 UTC
When using xfstt there is always a TCP port created to serve
clients. When running xfstt only to serve the localhost you
don't need (and probably don't want) this since it communicates
perfectly over unix domain sockets.

Fix: The path below adds an option --notcp. I haven't updated the
manpage (only the --help output) but can do so if desired.

It fits perfectly in x11-servers/Xfstt/files/patch-ae

Note: I have sent this suggestion to sjc@debian.org who is
listed as being responsible for xfstt in the distfile. I have
also sent it to the maintainer but both didn't respond. Anyway,
I have now made this PR since others might be interested in it
or even someone likes to commit it to the ports tree.

How-To-Repeat: 
run xfstt and then "netstat -a -f inet" and find the line
with port 7101
Comment 1 Maxim Sobolev freebsd_committer freebsd_triage 2000-11-02 15:01:53 UTC
What does maintainer think about it?

-Maxim
Comment 2 rip 2000-11-02 15:03:29 UTC
On Thu Nov 02, 2000 at 05:01:53PM +0200, Maxim Sobolev wrote:
> What does maintainer think about it?

i have been looking for someone else to take over the port maintenance from
me, my work situation has changed a lot and i am mostly traveling overseas
thesedays, hardly have time to look after it.

so i am easy, if he wants to take over the port, he can.

-- 
R.I. Pienaar  rip@pinetec.co.za     

          "Let us gather hallucinations from our private minds
              Let us witness the reincarnation of the Sun"
Comment 3 Andre Albsmeier 2000-11-02 15:07:27 UTC
On Thu, 02-Nov-2000 at 17:01:53 +0200, Maxim Sobolev wrote:
> What does maintainer think about it?

Don't know, he didn't reply to the email I sent him on Fri, 6 Oct 2000.
Before contacting him, I mailed to the sjc@debian.org
(Stephen Carpenter) who is named in the distfile. Unfortunately,
he didn't reply as well.

	-Andre
Comment 4 cj 2000-11-03 16:16:37 UTC
patch-ae sounds like a good thing to me.
-- 
Carl Johan Madestrand
LoRd_CJ on IRC
Comment 5 Ade Lovett freebsd_committer freebsd_triage 2000-11-18 23:42:09 UTC
State Changed
From-To: open->closed

Superceded by ports/22946