| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
sites move the old archive away when a new one is available
(breaking the port).
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Incidently fixes problem building on 3.0-CURRENT.
PR: 7198
|
| |
|
|
|
|
|
| |
PR: 7088
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: 6809
Noticed by: Edwin Culp <eculp@ver1.telmex.net.mx>
Suggested by: se
|
|
|
|
|
|
|
| |
Change maintainer to Hideyuki Suzuki <hideyuki@sat.t.u-tokyo.ac.jp>
PR: 6469
Submitted by: new maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-------
## make
>> Checksum OK for SNMP-1.6.tar.gz.
===> Extracting for p5-SNMP-1.6
===> p5-SNMP-1.6 depends on file: /usr/local/lib/libsnmp.a - found
===> p5-SNMP-1.6 depends on executable: perl5.00404 - found
===> Patching for p5-SNMP-1.6
===> Applying FreeBSD patches for p5-SNMP-1.6
===> Configuring for p5-SNMP-1.6
Checking if your kit is complete...
Looks good
Writing Makefile for SNMP
===> Building for p5-SNMP-1.6
mkdir ./blib
mkdir ./blib/lib
cp SNMP.pm ./blib/lib/SNMP.pm
AutoSplitting SNMP (./blib/lib/auto/SNMP)
make: don't know how to make /asn1.h. Stop
*** Error code 2
Stop.
|
|
|
|
| |
PR: 6286
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Runs fine on stable, on SMP current I still get race
conditions very easily, so that tkined says "no Response"
on snmp queries, and in the meantime it fills your /var
partition with the /var/log/snmp.log file:
1998-04-06 22:35:16 UCD-SNMP version 3.3.1
Opening port(s): 161
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
klookup(3, 0xefbfbf60, 96): klread: Bad address
TCP_Count_Connections - inpcb: Bad address
klookup(3, 0xefbfbf60, 96): klread: Bad address
TCP_Count_Connections - inpcb: Bad address
klookup(3, 0xefbfbf60, 96): klread: Bad address
TCP_Count_Connections - inpcb: Bad address
klookup(3, 0xefbfbf60, 96): klread: Bad address
TCP_Count_Connections - inpcb: Bad address
and so on.
This might be -current and/or SMP related.
John Hay says it runs ok on his -current.
I'll committ it anyay¸ because it runs on -STABLE
and that counts.
BTW: added an @unexec in PLIST ...
|
| |
|
|
|
|
| |
-current needs some fine tuning, later this evening or week ...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
===> 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>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: fenner@parc.xerox.com, jhay@mikom.csir.co.za
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
please add some sysctl -n kern.osreldate magic, Justin.
NFIGURE_ARGS= --with-defaults --with-sys-contact=nobody@no.where
.else
IS_INTERACTIVE= yes
.endif
MAN1= snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \
snmpgetnext.1 snmptest.1 snmpnetstat.1 snmptranslate.1 \
snmptrap.1 snmpstatus.1
MAN3= snmp_api.3 mib_api.3
MAN5= variables.5 snmpd.conf.5
MAN8= snmptrapd.8 snmpd.8
BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat \
snmpset snmpstatus snmptest snmptranslate \
snmptrap snmptrapd snmpwalk
SBIN= snmpd
post-install:
( cd ${PREFIX}/bin; strip ${BIN} )
( cd ${PREFIX}/sbin; strip ${SBIN} )
@${MKDIR} ${PREFIX}/share/examples/ucd-snmp
@for F in ${WRKSRC}/etc/* ; do \
${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done
@if [ ! -f ${PREFIX}/etc/rc.d/snmpd.sh ]; then \
echo "Creating ${PREFIX}/etc/rc.d/snmpd.sh startup file."; \
echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/snmpd.sh; \
echo "[ -x /usr/local/sbin/snmpd ] && /usr/local/sbin/snmpd && echo -n ' snmpd'" >> ${PREFIX}/etc/rc.d/snmpd.sh; \
chmod 751 ${PREFIX}/etc/rc.d/snmpd.sh; \
fi
.include <bsd.port.mk>
|
|
|
|
| |
change "BROKEN".
|
|
|
|
|
|
| |
pcap(3) packet capture library to log any SYN packets to a logfile. The
output format is designed to be very easily parsed by various text
processing tools.
|
|
|
|
|
| |
that tkined couldn't be called with an argument : tkined filename1
Reviewed by: agreed by phk
|
| |
|
|
|
|
|
| |
small and simplified proxy arp daemon.
Submitted by: itojun@itojun.org
|
|
|
|
| |
Suggested by: Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
|
|
|
|
| |
I'm don't really care where under /var it lives, but I do want it out of /etc.
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Permission from: brian@awfulhak.org
|
| |
|
|
|
|
| |
Pointed-Out-By: Dave Duchscher <Dave.Duchscher@net.tamu.edu>
|
| |
|
|
|
|
| |
Locked-in-a-room,bound,gagged,and-beaten-up-by: Satoshi
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Suggested by: neil.long@materials.oxford.ac.uk (Neil J Long)
Add etc/rc.d/arpwatch.sh
Don't mention arp.dat as an "installed" file - we may want
this after pkg_delete.
|
| |
|
|
|
|
|
|
|
| |
Install SNMP headers into ${PREFIX}/include/snmp
Compile libsnmp.a with "-DPIC -fpic" to allow dynamic linking without RRS
Text Relocation errors.
PR: ports/3880
|
| |
|
|
|
|
| |
Submitted by: Bill Fenner <fenner@parc.xerox.com>
|
|
|
|
|
|
| |
Install docs and sample files into ${PREFIX}/share/{doc,examples}/dhcp
respectively.
Submitted-by: sanpei@yy.cs.keio.ac.jp
|
|
|
|
|
|
| |
Install intro.dhcp.jis file into ${PREFIX}/share/dhcp dirctory.
PR: 3717
Submitted-by: sanpei@yy.cs.keio.ac.jp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove dhcpdb.bind file if changed dhcpdb.pool file.
If dhcpdb.pool file is changed and dhcpdb.bind file is
not matched to new pool file, dhcp server(dhcps) can not
run with some errors like this.
* dhcps in free(): warning: modified (chunk-) pointer.
* dhcps[25591]: hash_ins() with client identifier failed in read_bind_db()
I fixed start-up script to remove dhcpdb.bind file
when dhcpdb.pool file is newer than dhcpdb.bind.
Install intro.dhcp.jis file into ${PREFIX}/share/dhcp dirctory.
PR: 3717
Submitted-by: sanpei@yy.cs.keio.ac.jp
|
|
|
|
|
|
|
|
|
| |
Unlink /etc/resolv.conf before recreate new one.
If /etc/resolv.conf is symbolic link file, dhcpc with -r
option overwrite symfile.
Then unlink it berfore recreate.
PR: 3717
Submitted-by: sanpei@yy.cs.keio.ac.jp
|
|
|
|
|
|
|
|
| |
Append description into pkg/DESCR file.
o CHECK_SUM error problem under 2.1.x FreeBSD box.
o dhcps need dhcpdb.relay file without using dhcpdb.relay.
PR: 3717
Submitted-by: sanpei@yy.cs.keio.ac.jp
|
|
|
|
|
|
| |
Append description of dhcpc.interface.pid file to man page.
PR: 3717
Submitted-by: sanpei@yy.cs.keio.ac.jp
|
|
|
|
|
|
|
|
| |
Fix manpage files about path of dhcpdb.bind file.
The dhcpdb.bind file is in /var/db/ under FreeBSD, not
in /etc.
PR: 3717
Submitted-by: sanpei@yy.cs.keio.ac.jp
|
|
|
|
| |
Found by: distfile checker
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Registry.
Requested-by: Poul-Henning Kamp <phk@dk.tfs.com>
|
| |
|
|
|
|
| |
and RUN_DEPENDS.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
new interface stuff and if_var.h
Closes pr3161
Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
Obtained from: pr3161
|
|
|
|
|
|
|
|
|
| |
interface stuff (and if_var.h).
Closes pr3161
Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
Obtained from: pr3161
|
|
|
|
| |
target.
|
|
|
|
|
| |
to convey information.
Need to package compressed manpages
|
|
|
|
|
|
|
|
| |
* CATEGORIES doens't have ``+'' anymore
* manpages should be listed in MAN8 so they get compressed
* use ${MKDIR} so parrent dirs get created if nessicary
* blank likes around MAINTAINER
* PKGNAME isn't needed when PKGNAME is same as DISTNAME
|
|
|
|
|
| |
a network interface and maintaining a table of MAC
addresses against IP numbers and host names.
|
| |
|
|
|
|
|
|
| |
"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.
|
| |
|
|
|
|
|
|
| |
patches a bit (author incorporated a fair number of them, and made
even more cross-platfrm portability improvements). I'll deal with
any packaging changes tomorrow.
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
unless you test it, Brian. :) (Directory path prefix was wrong.)
(2) Also, this patch modifies the same file as patch-af, so I combined
those two (see handbook).
|
|
|
|
|
|
|
|
|
| |
IP for that hardware-address, return a NAK rather than being silent.
Reviewed by: None (trivial fix, discussed briefly with author & cc'd
to hackers)
Submitted by: Brian Somers <brian@awfulhak.demon.co.uk>
Obtained from: Brian Somers <brian@awfulhak.demon.co.uk>
|
|
|
|
| |
Submitted by: sanpei@yy.cs.keio.ac.jp
|
|
|
|
|
| |
RESTRICTED or BROKEN.
Pointed-out by: asami
|
|
|
|
| |
when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''.
|
| |
|
|
|
|
|
| |
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...
|
| |
|
|
|
|
| |
Maybe I should go to sleep.
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* davidg 96/06/12 19:54:21
*
* Modified: sys/net if_ethersubr.c
* sys/netinet if_ether.c
* Log:
* Keep ether_type in network order for BPF to be consistent with other
* systems.
Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
|
| |
|
| |
|
|
|
|
| |
Ok'ed by: asami
|
|
|
|
| |
Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
|
| |
|
| |
|
|
|
|
| |
reinstall" works.
|
|
|
|
| |
Reported by: sanpei@yy.cs.keio.ac.jp
|
|
|
|
|
|
| |
to one that works.
Submitted by: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
|
| |
|
|
|
|
|
|
| |
/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>
|