1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
Commit Graph

8696 Commits

Author SHA1 Message Date
Satoshi Asami
96d887606d Unbreak this port (needed by others) by hacking at the configure
script.  Did I tell you that I absolutely hate these tcl/tk ports
with the humongous configure scripts that try to catch everything
from a rat's nest to a broken muffler? ;<
1997-11-22 11:22:19 +00:00
Satoshi Asami
e00618d7f9 Move distfile into subdirectory. I don't think there are any other
"3.1.1.tar.Z"s out there but it's kinda hard to tell what it is. ;)
1997-11-22 09:56:39 +00:00
Justin M. Seger
338898bfaa Upgrade of graphics/Mesa to version 2.5. 1997-11-22 02:06:47 +00:00
Satoshi Asami
81f8db4890 Move MANUAL_PACKAGE_BUILD to the right place. I had these ports marked
BROKEN (with the BROKEN line as far away as possible from the regular
center of activity) and forgot to move them to the right place when
I changed these to MANUAL_PACKAGE_BUILD.  Sorry!
1997-11-22 01:38:55 +00:00
Satoshi Asami
c2edbe8511 Mank this port BROKEN, it doesn't build. 1997-11-22 01:28:05 +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
21e7f96d69 Define MANUAL_PACKAGE_BUILD, as we don't want to install this even
during the interactive build.
1997-11-22 01:24:30 +00:00
Satoshi Asami
1109193770 Define MANUAL_PACKAGE_BUILD, this port needs PAPERSIZE to be set. 1997-11-22 01:17:55 +00:00
Satoshi Asami
7636056fca Mark this port broken, it doesn't build. 1997-11-22 01:15:58 +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
Satoshi Asami
d70b0c9d8e Define MANUAL_PACKAGE_BUILD, it installs malloc.h which conflicts
with the system version (even though it's obsolete).
1997-11-22 01:04:30 +00:00
Satoshi Asami
afefbca703 Oops, what was I thinking. Put MANUAL_PACKAGE_BUILD to the right place. 1997-11-22 00:51:36 +00:00
Bill Fenner
f32252b3f5 Add FETCH_BEFORE_ARGS=-b since lore.ece.utexas.edu is broken. 1997-11-22 00:47:33 +00:00
Satoshi Asami
ff3cc4ad51 Define MANUAL_PACKAGE_BUILD -- it is incompatible with the one in the system. 1997-11-22 00:47:18 +00:00
Justin M. Seger
f5dcbc74cc Activate textproc/c2html 1997-11-22 00:31:24 +00:00
Justin M. Seger
aa4ecfd9d2 Reimport c2html v0.1 into the ports/textproc/c2html directory.
Submitted by:	andy@icc.surw.chel.su
1997-11-22 00:30:17 +00:00
Justin M. Seger
cb47113991 Remove converters/c2html. It needs to be reimported in textproc.
Pointed out by:	Max
1997-11-22 00:22:11 +00:00
Bill Fenner
1130e1e0ad Remove alterego.stack.nl from the MASTER_SITES, since it doesn't exist
for now.
1997-11-21 23:10:10 +00:00
Andrey A. Chernov
95b330af21 Redirect ulimit output to /dec/null 1997-11-21 21:19:04 +00:00
Andrey A. Chernov
5c200a0439 Upgrade to 1.3b3 1997-11-21 21:10:28 +00:00
Satoshi Asami
2949ca251a Mark this port broken, tk.h is not found. 1997-11-21 17:50:07 +00:00
Mark Murray
39e2a4dd90 Change to use perl5.004_04 1997-11-21 15:31:33 +00:00
Tim Vanderhoek
17287401e5 Fix LIB_DEPENDS to actually depend on tk. Stylistic nit. 1997-11-21 05:10:13 +00:00
Satoshi Asami
2155c9e70d Install symlinks "communicator-4" and "navigator-4". By using these
names instead of the single "netscape" link, these two installations
can coexist on a single machine (at least they appear to on mine).
1997-11-20 15:48:27 +00:00
Andrey A. Chernov
ae95d57ede Upgrade to 2.41beta1 1997-11-20 14:38:54 +00:00
Jun-ichiro itojun Hagino
6e8dcfc290 enable ports/net/ttt.
Tele Traffic Tapper, a network traffic monitoring tool

Reviewed by:	kjc@csl.sony.co.jp
1997-11-20 13:47:40 +00:00
Jun-ichiro itojun Hagino
3b7a883347 new port: ports/net/ttt
Tele Traffic Tapper, a network traffic monitoring tool

Reviewed by:	kjc@csl.sony.co.jp
1997-11-20 13:44:30 +00:00
Thomas Gellekum
7d26dfdf5e Upgrade to 2.4.10. 1997-11-20 12:26:55 +00:00
Gary Palmer
c339953781 Update to 2.10 1997-11-20 09:01:18 +00:00
Thomas Gellekum
8bf5cf8734 Activate xosview. 1997-11-20 08:58:51 +00:00
Thomas Gellekum
bffc592c8b Import xosview port. xosview gives an overview of system usage.
PR:		5096
Submitted by:	Brian Handy <handy@physics.montana.edu>
1997-11-20 08:56:28 +00:00
Paul Traina
71d02c848b Bezerkproto is obsolete, use unixproto -- fixes shared libarary breakage.
PR:		5017
Submitted by:	Bradley Dunn
1997-11-20 08:31:42 +00:00
Thomas Gellekum
e45b68a2fc Activate bzip2. This time I copied another entry to avoid typos. 1997-11-20 08:21:26 +00:00
Thomas Gellekum
8c43e0b76f Import bzip2 port. bzip2 is a block-sorting compressor with better
compression than gzip.

The author believes that this program uses only patent-free algorithms.

The generated files are not compatible to bzip-compressed files.
1997-11-20 08:18:41 +00:00
Thomas Gellekum
9a3f08689d Upgrade to 0.82. 1997-11-20 08:15:17 +00:00
Satoshi Asami
7dc47d3d6c Define MASTER_SITE_SUBDIR and PATCH_SITE_SUBDIR to default to "." so
we won't have double-slashes.

Add support for new port variable MANUAL_PACKAGE_BUILD.  If this is
defined as well as the user variable PACKAGE_BUILDING, the port will
be ignored.  This is used to mark ports that can be built normally
except on a machine that has a lot of conflicting ports (i.e., our
package building machine).
1997-11-20 05:33:56 +00:00
Satoshi Asami
cabb48a010 Add new target "checksubdirs". It will warn about any subdirectories that
are not in the SUBDIR list.  It also knows about the "standard" directories
that are to be ignored ("CVS", "distfiles", etc.).
1997-11-20 05:31:44 +00:00
Satoshi Asami
cca6f22684 Another SUBIDR -> SUBDIR fix. Thomas, where are you cut & pastin'
these from? :)
1997-11-20 05:27:49 +00:00
Satoshi Asami
5364b3383c Typo (SUBIDR -> SUBDIR).
Pointy hat respectfully offered to:	tg :)
1997-11-20 05:26:32 +00:00
Satoshi Asami
375cc80d01 Add ElectricFence. 1997-11-20 05:22:14 +00:00
Bill Fenner
40f68154c5 Try to use uid 70 for the ifmail user when installing; pick an
available uid < 100 if 70 isn't available.
Delete the user when deinstalling.
1997-11-20 05:16:53 +00:00
Jun-ichiro itojun Hagino
92f24cd07a original distribution updated (1.59->1.60) 1997-11-20 03:52:36 +00:00
Bill Fenner
6811d41562 Upgrade to 4.0g, and set MASTER_SITES to the author's site.
PR:		ports/5077
Submitted by:	Vanill I. Shu <vanilla@MinJe.com.TW>
1997-11-20 02:47:37 +00:00
Bill Fenner
9aed410047 Upgrade to 1.36. I used a different MASTER_SITE than the submitter
did, since there's been a routing loop to the DNS servers for the
MASTER_SITE in the PR for the last 5 days.

PR:		ports/2905
Submitted by:	Nakai@Mlab.t.u-tokyo.ac.jp
1997-11-20 02:11:04 +00:00
Thomas Gellekum
120a1fbdd7 Forgot to call ldconfig in post-install. 1997-11-19 12:22:01 +00:00
Thomas Gellekum
9ff9802dd7 Make `make reinstall' work. Build and install shared libraries. 1997-11-19 12:18:07 +00:00
Satoshi Asami
4525e90b19 Make it install stuff in the right place.
Submitted by:	Matthew Hunt <mph@pobox.com>
1997-11-19 03:43:53 +00:00
Satoshi Asami
a09867612a Mark this port broken for the time being. 1997-11-19 03:15:39 +00:00
Satoshi Asami
414b0537cf Delete empty line. 1997-11-19 03:15:06 +00:00
Satoshi Asami
fb4a8f154b Just a little variable reordering. 1997-11-19 02:48:59 +00:00