Commit Graph

3574 Commits

Author SHA1 Message Date
Satoshi Asami
a40390c34b Change -lXm to ${MOTIFLIB}. Use #include <Xm/*.h> instead of
<X11/Xm/*.h> (this port had both ;)!
1996-08-19 10:56:49 +00:00
Satoshi Asami
c5393a9ca3 Remove libz, it's in /usr/src now. 1996-08-19 10:32:53 +00:00
Satoshi Asami
7a4662e170 Remove LIB_DEPENDS on libz, it's in /usr/src now. 1996-08-19 10:31:04 +00:00
Satoshi Asami
07f65db017 Make this work on -current post this change:
* 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>
1996-08-18 23:50:59 +00:00
Chuck Robey
936e581dba Repair mysterious cvs damage, crap added below bottom line. 1996-08-18 22:03:54 +00:00
Andrey A. Chernov
ccb17057e5 Upgrade to 3.0 release 1996-08-18 19:46:00 +00:00
Andrey A. Chernov
8a0a3b37f5 Upgrade to 3.0 release 1996-08-18 19:32:43 +00:00
Peter Wemm
22a7b49cc4 Work around what appears to be a ncurses bug. The command line at the
bottom of the screen can sometimes have stray characters left behind from
the previous command.  This seems to be because ncurses is ignoreing
a ``wprintw(window, "%s", " ")'' when it's in the last column of a window.
I dont know who is right, ncurses or ncftp.

This workaround also makes the code a little cleaner as a side effect. :-)
1996-08-18 15:12:39 +00:00
Chuck Robey
67f198adf4 Stamp on another malloc library definition. This time, it's dead! 1996-08-18 13:49:33 +00:00
Satoshi Asami
699509770b (1) Use INSTALL_PROGRAM where we attempt to pass this command line
to configure.

(2) Gently warn user for non-0022 umasks.

Submitted by:	"David E. O'Brien" <obrien@Nuxi.cs.ucdavis.edu> (1)
1996-08-18 10:53:16 +00:00
Andrey A. Chernov
e3609b30ac Upgrade to 3.44 1996-08-17 18:34:55 +00:00
Chuck Robey
9e307c4661 Make python install include files.
Reviewed by:	jkh
1996-08-17 15:39:43 +00:00
Andreas Klemm
8dbed517bc s/COMAPT_LINUX/COMPAT_LINUX/ 1996-08-17 15:05:16 +00:00
Peter Wemm
3c3b1d9e1b Dont install identconn or itest, installing itest requires root access,
meaning it will silently fail if you (say) install as "bin".  This makes
the packaging break.  (Will the package tools install the setuid-root
binary anyway?)

They were not particularly useful anyway, they are mainly diagnostic tools
to parse the output of 'netstat' to see which users have what local
connections open.

Requested by: asami
1996-08-17 11:19:03 +00:00
Peter Wemm
445cc51fbc Adjust the tclDP hack so that it doesn't depend on it being pre-installed
if USE_DPWISH is set.

Make the build work without making an X11 connection (groan!) by using
tclsh instead of "wish -notk" to build the indexes.

Requested by: asami
1996-08-17 11:07:53 +00:00
Satoshi Asami
a3a73aa969 Change AFTERDIR from ${PREFIX}/lib/afterstep to .../lib/X11/afterstep.
It's quite amazing it seems to have totally ignored the STEPRC
definition just two lines below!

Now this port packages fine.
1996-08-17 11:01:16 +00:00
Satoshi Asami
8b44b435e1 Variable reordering. Move NO_WRKSUBDIR and USE_X11 to the
"miscellaneous bsd.port.mk variables" section after MAINTAINER.
1996-08-17 10:59:08 +00:00
Satoshi Asami
271fe572a1 Move WRKSRC below MAINTAINER. 1996-08-17 10:31:50 +00:00
Satoshi Asami
1fcef4fb85 Just a little variable reordering, to make MAINTAINER stand out a bit more
(so we can yell at Eric if it doesn't work, haha :).
1996-08-17 10:26:10 +00:00
Satoshi Asami
beb2142a15 (1) Ignore patches directory without a patch with a message instead of
bombing mercilessly.

(2) If that directory has a directory called CVS, remind the user of
    the existence of the "-P" option to cvs co and update.

(3) While I'm here, clean up the PATCH_DEBUG code a bit.  In
    particular, don't duplicate a whole bunch of code just for adding
    a single "echo" statement. ;)

Reviewed by:	the ports list
1996-08-17 10:16:02 +00:00
James FitzGibbon
ba1e68acab Upgraded to v0.98b23a 1996-08-17 05:06:20 +00:00
Peter Wemm
54a78b40a6 Update from 2.7b3 -> 2.7b4, the author included our patch.
.. however, he also changed the top level Makefile to use $PREFIX for
something completely different (and incompatable) to what we use it for.
1996-08-16 18:31:04 +00:00
Peter Wemm
a8032cb64c aargh, I forgot to commit this. This fixes an optimization originally
for rdist-6.1.0, which is not quite valid on 6.1.2 when used with an
alternate rsh-like transport (such as ssh).
1996-08-16 17:05:49 +00:00
Eric L. Hernes
abca0ff042 moved xephem to `misc', MOTIF_STATIC should work
now too.
1996-08-16 17:04:26 +00:00
Peter Wemm
7aa4521121 Fix shar so that it doesn't generate:
# This shar contains:
  # length mode       name
  # ------ ---------- ------------------------------------------
  #   9525 (null) -rw-r--r--
  #   3768 (null) -rw-r--r--
	  ^^^^^^^^^^^
This is a long/off_t printf problem.

The only problem with doing this, is that touching the sources with patch
causes it to want to go and regenerate it's locale databases using some
gnu tools I've never heard of before. :-(  Since patch-ac doesn't actually
change any messages, I've cheated and touched the dependency files in
post-patch.  Please, no pukeing, I know it's a gross hack. ;-)
1996-08-16 14:38:17 +00:00
Eric L. Hernes
b2953d8991 added in my new ports 1996-08-16 13:45:57 +00:00
Eric L. Hernes
34133aa06d new port for `mpeg_stat', an mpeg stream analyzer 1996-08-16 13:40:49 +00:00
Eric L. Hernes
d04b06930d New port for `freefonts' a bunch of free type-1 fonts for X11 1996-08-16 13:38:34 +00:00
Eric L. Hernes
a8adcff438 New port for `xblackjack' 1996-08-16 13:28:47 +00:00
Eric L. Hernes
02c59addd7 New port for `xmmix', a motif based x-audio mixer 1996-08-16 13:26:30 +00:00
Peter Wemm
08813a96cc Update zircon port from 1.15p11 to 1.17p3. This version uses the native
comms tools in tcl7.5/tk4.1 rather than the crufty old tcl7.3/tk3.6/tclDP.

It can still be (I think) configured to use the older libraries, but I
dont want to install them to test it. :-]

(zircon-1.17p4 is in beta at the moment, and was last changed within the
 last day or so, this (1.17p3) is the most recent non-beta version)
1996-08-16 12:25:00 +00:00
Satoshi Asami
3784472667 Use GNU_CONFIGURE instead of HAS_CONFIGURE. Conditionalize man
page compression on NOMANCOMPRESS.
1996-08-16 09:43:57 +00:00
Satoshi Asami
1f1b5bca88 Desmond says to Molly "girl, I like your INDEX,"
and Molly says this as she takes him in the hand.
1996-08-16 08:58:28 +00:00
Satoshi Asami
abe5b7bdf1 Added xautolock. 1996-08-16 07:55:04 +00:00
Satoshi Asami
cc6ac5bcec Activate xlock after a user-defined time of inactivity. 1996-08-16 07:54:28 +00:00
Satoshi Asami
048f78ea8f Add dclock. 1996-08-16 07:40:50 +00:00
Satoshi Asami
804434cf81 A 7-segment (digital) clock.
Submitted by:	David Leonard <d@scry.dstc.edu.au>
1996-08-16 07:39:57 +00:00
Satoshi Asami
ec6594b60a Added rsync. 1996-08-16 07:24:13 +00:00
Satoshi Asami
86a893060b Added mp. 1996-08-16 07:23:50 +00:00
Satoshi Asami
f8e050261e A network file distribution/synchronisation utility.
Submitted by:	David O'Brien (obrien@cs.ucdavis.edu)
1996-08-16 07:23:01 +00:00
Satoshi Asami
02a270fdc5 Pretty-printing utility, similar to Sun's /usr/openwin/bin/mp.
Submitted by:	David O'Brien <obrien@cs.ucdavis.edu>
1996-08-16 07:08:42 +00:00
Adam David
6e2fe2a5f2 version 1.14.5 1996-08-16 01:27:40 +00:00
Adam David
4230c0347e distribution files changed 1996-08-16 00:18:56 +00:00
Adam David
6ce277d291 distribution files changed 1996-08-16 00:07:24 +00:00
Andrey A. Chernov
76e029e564 Upgrade to +25 1996-08-15 19:16:50 +00:00
Thomas Gellekum
848d4a24fd Add examples. 1996-08-15 06:24:25 +00:00
Thomas Gellekum
66d0618346 Install examples and new site config.
Submitted by: Don Yuniskis <dgy@rtd.com>
1996-08-15 06:24:01 +00:00
Thomas Gellekum
6a5910b60a Put config files into own hierarchy.
Submitted by: Don Yuniskis <dgy@rtd.com>
1996-08-15 06:23:22 +00:00
Thomas Gellekum
f6a10d02de New file: sample site configuration.
Submitted by: Don Yuniskis <dgy@rtd.com>
1996-08-15 06:22:37 +00:00
Thomas Gellekum
927cf3174d While I'm here, change MAINTAINER to tg@freebsd.org 1996-08-15 06:21:43 +00:00