| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
With hat: portmgr
|
| |
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
| |
|
|
|
|
| |
Requested by: phk
|
|
|
|
|
|
|
| |
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
subnet, and that host is down/turned off, the Tnm::icmp echo command
will fail rather than return an unreachable indication on some
occasions. This is because the nmicmpd program will occasionally
get an EHOSTDOWN error when doing a sendto() when the ARP entry
resolution times out.
This is a problem since this API can support a list of hosts to
send traffic to, and a single error as described will abort the
entire operation.
(The reviewer claims that he could not duplicate the problem,
but that the patch seems like a good idea anyway.)
PR: ports/24940
Submitted by: Louis Mamakos <louie@transsys.com>
Reviewed by: Stefan Eßer <se@FreeBSD.org>
|
| |
|
|
|
|
| |
fixed in the commited version ...
|
| |
|
|
|
|
|
| |
Based on a patch posted to a tkined mail list by Erik Schoenfelder
<schoenfr@gaertner.de>.
|
|
|
|
|
| |
- Bump PORTREVISION
- Fix CATEGORIES
|
| |
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
|
|
| |
Approved by: pat
|
|
|
|
|
|
|
| |
your hard work on these & I hope to see you contribute more.
PR: 38750
Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru> (previous maintainer)
|
|
|
|
|
|
| |
confusion
Submitted by: maintainer
|
| |
|
|
|
|
| |
on WITHOUT_X11 is the Only True Way[tm].
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. build with or without TK (triggered by the NO_X knob)
. build against TCL-8.3 -- with or without stubs
. fix some bugs in the core Scotty code -- most notably
a bug in the icmp-command implementation, where an off-by-one
error in the argument processing loop resulted in random
crashes; all this fixes are grouped into a single file
patch-fixes
. make scotty executable itself as small as it needs to be
Approved by: maintainer
Perhaps, some day the security officer will tell me what _exactly_ is
wrong with regular Scotty (this one is beta of the new version), and
I'll be able to freshen that one up too and remove the FORBIDDEN.
|
| |
|
|
|
|
| |
Submitted by: W. Gerald Hicks <jhix@mindpspring.com>
|
|
|
|
| |
Reviewed by: will
|
| |
|
|
|
|
|
| |
PR: 10806
Submitted by: Dima Sivachecko <dima@Chg.RU>
|
|
|
|
| |
Submitted by: Ade Lovett <ade@lovett.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
|
| |
|
|
|
|
|
| |
in revision 1.31 (the commit message doesn't say) but I'm adding
them back to make portlint happy.
|
|
|
|
|
| |
PR: ports/9896
Submitted By: wollman, many others
|
|
|
|
| |
"couldn't" in it and enclose it in single quotes, folks...
|
|
|
|
| |
there is an upgrade.
|
|
|
|
|
|
|
| |
Error in startup script: couldn't load file "/usr/local/lib/tkined1.4.9.so":
/usr/local/lib/tkined1.4.9.so: Undefined symbol "Tk_CanvasTagsParseProc"
This is just waiting for those budding Tk/tcl hackers to dive in. :-)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 6809
Noticed by: Edwin Culp <eculp@ver1.telmex.net.mx>
Suggested by: se
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
===> Installing for scotty-2.1.8
===> scotty-2.1.8 depends on shared library: tk80\.1\. - found
Installing ntping
Installing straps
Making directory /usr/local/lib/tnm2.1.8
Installing scotty2.1.8 and tnm2.1.8.so
Making directory /usr/local/lib/tnm2.1.8/library
Installing ./../tnm/library/README
Installing ./../tnm/library/dialog.tcl
Installing ./../tnm/library/output.tcl
Installing ./../tnm/library/snmp.tcl
Installing ./../tnm/library/monitor.tcl
Installing ./../tnm/library/obsolete.tcl
Installing ./../tnm/library/init.tcl
initialization failed: couldn't load file "/usr/local/lib/tnm2.1.8": bad magic number in "/usr/local/lib/tnm2.1.8"
*** Error code 1
|
| |
|
|
|
|
| |
Submitted by: phk (two typos fixed by committer)
|
|
|
|
|
| |
further by adding unquoted ()'s to the BROKEN string! (Now how's that
for recursive brokenness.)
|
| |
|
|
|
|
| |
Obtained from: David Pennell <dpennell@xyplex.com>
|
|
|
|
| |
Obtained from: David Pennell <dpennell@xyplex.com>
|
|
|
|
|
| |
that tkined couldn't be called with an argument : tkined filename1
Reviewed by: agreed by phk
|
|
|
|
|
|
|
|
| |
patch-af is new to adjust configure in order to find the tcl/tk config
files.
Also adjust patch-aa which didn't completely reflect the previous upgrade
to scotty-2.1.6 (version numbers off-by-one.)
|
| |
|
|
|
|
|
|
| |
the version number in directory names *sigh*)
Reminded by: The Portmeister
|
|
|
|
| |
be for support of TCL 8. patch-ac is now part of the dist.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
"PLIST.in", make "PLIST.tmp" from "PLIST". The difference is that we
can now do a grep on PLIST on the entire ports tree to find what the
scotty port installed.
|
|
|
|
|
|
| |
"PLIST.in", make "PLIST.tmp" from "PLIST". The difference is that we
can now do a grep on PLIST on the entire ports tree to find what the
scotty port installed.
|
|
|
|
|
|
| |
Fix INADDR_LOOPBACK starvation.
Don't react to pings that come back from another address than what we
pinged.
|
|
|
|
|
|
|
| |
and patch it up a bit. Yes indeed, phk is back in the tcl+snmp arena.
Update to 2.1.5, add the ability to probe several communities with
the IP-discover function.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
in there, but our make still isn't smart enough to figure out that
it means "${RM}", David. :)
|
|
|
|
|
|
|
|
| |
Add MAINATERS
mkdir -p ==> ${MKDIR}
cp ==> ${CP}
install ==> ${INSTALL}/${INSTALL_*}
etc...
|
| |
|
|
|
|
|
|
|
| |
some files are installed in .../$(uname -m)-$(uname)-$(uname -r)/...,
so we've got to use the `construct a PLIST' trick.
Pointed out by: Satoshi
|
|
|
|
| |
Changed to make it better looking when doing make print-index.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
/usr/local because *_DEPENDS handles them.
Reviewed by: Gennady Sorokopud <gena@NetVision.net.il>
|
|
|
|
| |
Pointed-out by: jkh
|
|
|
|
| |
(2) Call scripts/untrue for all the Makefile.in's from pre-configure.
|
| |
|
| |
|
|
|
|
|
| |
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
|
|
|
|
| |
reason for it being the way it was.
|
|
Submitted by: Gennady Sorokopud <gena@netvision.net.il>
|