Commit Graph

103 Commits

Author SHA1 Message Date
Satoshi Asami
28389cdcab Unbreak this port.
Submitted by:	phk (two typos fixed by committer)
1998-03-04 08:28:21 +00:00
Satoshi Asami
6b7bcebd1a Yipes, in the procss of marking this port BROKEN, I broke it even
further by adding unquoted ()'s to the BROKEN string!  (Now how's that
for recursive brokenness.)
1998-02-18 01:10:40 +00:00
Satoshi Asami
4e908e2f7a Mark this port BROKEN, apparently some patches went missing. 1998-02-16 11:53:08 +00:00
Poul-Henning Kamp
1bf1366108 Update to version 2.1.8.
Obtained from:	David Pennell <dpennell@xyplex.com>
1998-02-12 22:56:14 +00:00
Poul-Henning Kamp
4eded2d5d2 Update to version 2.1.8.
Obtained from:	David Pennell <dpennell@xyplex.com>
1998-02-12 22:50:36 +00:00
Tim Vanderhoek
b57e7c4782 Secondary category tk41 1998-02-12 15:47:38 +00:00
Tim Vanderhoek
3f48ef990d Remove BROKEN= "tcl" line. 1998-02-08 03:01:24 +00:00
Brian Somers
cc07bc54f2 Remove if_var.h stuff added by me. 1998-01-11 18:38:08 +00:00
Vanilla I. Shu
c025effb1f Upgrade to 2.5.1. 1997-12-16 19:42:26 +00:00
Justin M. Seger
ade9d70b2a Make this build under 3.0. 1997-11-29 23:53:28 +00:00
Satoshi Asami
06edab4007 Unmark this port broken, operator error (old header file).
Reported by:	fenner@parc.xerox.com, jhay@mikom.csir.co.za
1997-11-23 16:59:12 +00:00
Satoshi Asami
0c4c115d81 Mark this port broken, it does not build. If it builds for -current,
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>
1997-11-22 01:27:13 +00:00
Satoshi Asami
d2358a93fb Mark the ports that were broken in one way or another by the recent tcl
change "BROKEN".
1997-11-22 01:11:36 +00:00
David E. O'Brien
304ff1dbd4 clog is a program that logs all connections on your subnet. It uses the
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.
1997-11-05 11:39:42 +00:00
Andreas Klemm
6ed76b477d tkined.sh.in was missing the "$*", which led to the misbehaviour,
that tkined couldn't be called with an argument : tkined filename1
Reviewed by:	agreed by phk
1997-10-14 15:37:50 +00:00
Jun-ichiro itojun Hagino
8759a0825e to allow arbitrary ${PREFIX}. sorry! 1997-10-07 14:44:04 +00:00
Jun-ichiro itojun Hagino
1b5f72d092 choparp port.
small and simplified proxy arp daemon.
Submitted by:	itojun@itojun.org
1997-10-07 14:39:43 +00:00
David E. O'Brien
f8d69eaffa Change the cache file to /var/db/dhcp_cache
Suggested by:	Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
1997-10-06 22:00:14 +00:00
David E. O'Brien
fc65324067 Move the client cache file from /etc to /var/tmp (which survies a reboot).
I'm don't really care where under /var it lives, but I do want it out of /etc.
1997-10-06 05:08:14 +00:00
Chris Timmons
4f40641fc2 Update to use ports tcl 8.0 / tk 8.0:
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.)
1997-08-27 23:05:04 +00:00
Chris Timmons
b73f9d2aa7 Update to use ports tcl 8.0 / tk 8.0. 1997-08-27 23:01:53 +00:00
Gary Palmer
1323801cf4 Update PLIST (there were no changes really, just they insist on using
the version number in directory names *sigh*)

Reminded by:	The Portmeister
1997-08-05 07:00:19 +00:00
Gary Palmer
70601ac7bf While I'm here, update to 2.1.6. No major changes, seems primarily to
be for support of TCL 8. patch-ac is now part of the dist.
1997-08-05 01:26:44 +00:00
Gary Palmer
f46ab58a88 Correct comment in header 1997-08-05 01:10:59 +00:00
David E. O'Brien
f9a29c15c7 Update to version 2.0.2 released.
Permission from:	brian@awfulhak.org
1997-08-01 05:34:04 +00:00
James FitzGibbon
394521c108 Upgrade to 2.4.1 1997-07-05 03:19:18 +00:00
Gary Palmer
f1ba5c4d8a Add newline to end of file
Pointed-Out-By:	Dave Duchscher <Dave.Duchscher@net.tamu.edu>
1997-07-05 02:42:48 +00:00
Bill Fenner
6e7adb7599 Upgrade to ucd-snmp 3.2, and make it work on -current. 1997-07-03 04:59:05 +00:00
James FitzGibbon
1dbc6ad7ab Make this one stop asking questions.
Locked-in-a-room,bound,gagged,and-beaten-up-by: Satoshi
1997-07-02 13:06:58 +00:00
Satoshi Asami
688da587cc Mark this broken for -current. (Even Peter can't get it to work.) 1997-07-02 09:39:17 +00:00
Brian Somers
dfd0f0b5ab Oops, specify the path to the arpwatch binary. 1997-07-01 17:02:27 +00:00
Brian Somers
1f4132c7d8 Patch and add arp2ethers & ethercodes.dat installation.
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.
1997-07-01 02:05:06 +00:00
James FitzGibbon
2841c2f4fe Import of a perl5 interface to UCD's SNMP library 1997-06-27 01:53:14 +00:00
James FitzGibbon
8fd36313da Install libsnmp.a into ${PREFIX}/lib
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
1997-06-26 23:28:01 +00:00
James FitzGibbon
dc280dec71 Upgrade to v2.3 1997-06-16 18:01:26 +00:00
James FitzGibbon
0464679f90 Add perl5.004 to BUILD_DEPENDS
Submitted by:	Bill Fenner <fenner@parc.xerox.com>
1997-06-13 18:01:07 +00:00
Masafumi Max NAKANE
fdf92566aa Let the port's Makefile compress the man pages.
Install docs and sample files into ${PREFIX}/share/{doc,examples}/dhcp
respectively.
Submitted-by:	sanpei@yy.cs.keio.ac.jp
1997-05-30 18:52:45 +00:00
Masafumi Max NAKANE
86dd11dadc Part 6/6 of the update:
Install intro.dhcp.jis file into ${PREFIX}/share/dhcp dirctory.
PR:		3717
Submitted-by:	sanpei@yy.cs.keio.ac.jp
1997-05-30 18:39:24 +00:00
Masafumi Max NAKANE
b880ad35b0 Part 5/6 of the update:
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
1997-05-30 18:38:11 +00:00
Masafumi Max NAKANE
3d0c04fa57 Part 4/6 of update:
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
1997-05-30 18:35:33 +00:00
Masafumi Max NAKANE
b11193b1c9 Part 3/6 of update:
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
1997-05-30 18:33:26 +00:00
Masafumi Max NAKANE
3875504aa9 Part 2/6 of update:
Append description of dhcpc.interface.pid file to man page.
PR:		3717
Submitted-by:	sanpei@yy.cs.keio.ac.jp
1997-05-30 18:31:22 +00:00
Masafumi Max NAKANE
2edc1e9884 Part 1/6 of update:
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
1997-05-30 18:28:53 +00:00
Bill Fenner
e3371ee385 Update to 2.0.2a1
Found by:	distfile checker
1997-05-28 22:52:28 +00:00
Satoshi Asami
82c3aa5fda Version 3.0 is denoted by 300000 now. 1997-05-18 03:12:39 +00:00
Bill Fenner
65901f8d98 Make the port not IS_INTERACTIVE if PACKAGE_BUILDING 1997-05-17 17:24:59 +00:00
James FitzGibbon
8b99119c97 Fix slipup in CATEGORIES 1997-05-05 10:48:08 +00:00
James FitzGibbon
8db7e65794 Import of RAToolSet, a policy analysis tool suite for the Internet Routing Registry.
Requested-by: Poul-Henning Kamp <phk@dk.tfs.com>
1997-05-05 10:46:20 +00:00
James FitzGibbon
9bec78b485 Upgrade to v2.2 1997-04-25 13:54:01 +00:00
Satoshi Asami
3a5534f4b1 Not that it matters much, but delete empty line between BUILD_DEPENDS
and RUN_DEPENDS.
1997-04-21 01:17:14 +00:00