Commit Graph

4829 Commits

Author SHA1 Message Date
Satoshi Asami
30d700d6c9 Remove tkHTML and wwwish, they require ancient versions of tcl/tk and
they themselves are ancient.
1996-12-03 10:51:00 +00:00
Satoshi Asami
9e18167aaf Remove xtexshell, requires ancient version of tcl/tk. 1996-12-03 10:47:21 +00:00
Satoshi Asami
26a952e153 Remove tkWWW, it requires tk-3.6, and it wasn't that useful to begin with. 1996-12-03 10:43:51 +00:00
David E. O'Brien
0cc8cc1837 jkh doesn't want to be the maintainer anymore (any takers???)
Obtained from:	email to ports list
1996-12-03 10:42:26 +00:00
Satoshi Asami
6566e77bca Remove nv, as promised. It still depends on the old version of tcl/tk,
and wasn't upgraded.
1996-12-03 10:41:49 +00:00
David E. O'Brien
f17ee3ba62 Upgraded to PL-10. 1996-12-03 10:36:39 +00:00
Jordan K. Hubbard
6a7265a161 Upgrade to 1.18b8. 1996-12-03 10:29:03 +00:00
Satoshi Asami
63db591c56 Add / to end of MASTER_SITES. 1996-12-03 09:07:00 +00:00
Satoshi Asami
5b812d09fc Checksum changed before I grabbed it. 1996-12-03 09:06:40 +00:00
Thomas Gellekum
5a8fd22d47 Upgrade from 3.7.7 to 3.7.8 1996-12-03 07:06:17 +00:00
Satoshi Asami
4515213825 ${DISTDIR} -> ${DISTDIR}/${DIST_SUBDIR} change.
Hinted by:	obrien
1996-12-03 04:07:49 +00:00
Satoshi Asami
70f194a8b5 {CP} -> ${CP}. 1996-12-03 03:34:37 +00:00
Satoshi Asami
c1e98eb76f Well, I know it doesn't make much sense to have something like "{RM}"
in there, but our make still isn't smart enough to figure out that
it means "${RM}", David. :)
1996-12-03 03:27:44 +00:00
Peter Wemm
f0a3caae30 Update 1.1.beta20 to 1.1.beta25
Lots of changes, see ChangeLog

Reviewed by:
Submitted by:
Obtained from:
1996-12-02 09:52:31 +00:00
Masafumi Max NAKANE
33012ef016 Ooops, can't use ${PREFIX} in these scripts.
Noticed by:	Koichi Satou <copan@ppp.fastnet.or.jp>
1996-12-02 09:38:55 +00:00
Thomas Gellekum
ae17a2fb1b Upgrade from 3.11 to 3.12. 1996-12-02 08:46:06 +00:00
Masafumi Max NAKANE
4af04b9061 Added an entry for cap60/*. 1996-12-01 12:17:19 +00:00
Masafumi Max NAKANE
aaaf226799 Activate cap. 1996-12-01 12:12:35 +00:00
Masafumi Max NAKANE
05d8e5acba New port: the Columbia AppleTalk Package for UNIX. 1996-12-01 12:08:47 +00:00
Mark Murray
c81365cdcf Umgrade to v1.59 - the same as the GNU CD release version. 1996-12-01 07:12:15 +00:00
David E. O'Brien
0b79573630 Cannot have an empty PATCHFILES if you have a DIST_SUBDIR now. 1996-12-01 02:12:27 +00:00
David E. O'Brien
3f5c5df468 Mode for non-executables is 644, not 755.
Compression of manpages should be dealt with in the FreeBSD port Makefile,
   not by patching the dist Makefile.  (more obvious to those looking at the
   port).
1996-12-01 01:34:47 +00:00
David E. O'Brien
632d90b25a Things in pre-install target are already handled by mtree.
Compression of manpages should be dealt with in the FreeBSD port Makefile,
   not by patching the dist Makefile.  (more obvious to those looking at the
   port).
1996-12-01 01:34:11 +00:00
David E. O'Brien
49f337d203 General Makefile cleanup
Add MAINATERS
   mkdir -p ==> ${MKDIR}
   cp ==> ${CP}
   install ==> ${INSTALL}/${INSTALL_*}
   etc...
1996-12-01 01:23:27 +00:00
David E. O'Brien
6d580f890e Cleaned up post-install target. 1996-12-01 01:20:15 +00:00
David E. O'Brien
ff59579a2b "mkdir -p" --> ${MKDIR} 1996-12-01 00:22:48 +00:00
David E. O'Brien
8d24dbe41e add "mutt/" to the MD5 checksum 1996-12-01 00:10:33 +00:00
David E. O'Brien
a1d1f9d862 Upgrade to 0.53 1996-11-30 22:57:54 +00:00
Satoshi Asami
db879567ce Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds to
changes made in rev. 1.232 of bsd.port.mk.
1996-11-30 10:50:36 +00:00
Satoshi Asami
4f0064a2b1 MakeTeXPK is not a binary exacutable, so use ${INSTALL_SCRIPT}. 1996-11-30 10:41:21 +00:00
Satoshi Asami
cc055e5928 Merge from RELENG_2_2 (duh). See rev 1.227.2.4 for details. 1996-11-30 10:31:50 +00:00
Satoshi Asami
d1a5dc8980 Install emacsclient et al., which were not included previously because
they might overwrite emacs' versions.

The more I think about this, the less sense this makes, as we pratcically
mandate emacs to be installed as well for this mule to work.

Requested by:	hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi)
1996-11-30 10:13:51 +00:00
Satoshi Asami
f74f854e9d Misc. bugfixes, mostly FreeBSD-specific.
Submitted by:	Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
1996-11-30 10:03:49 +00:00
Satoshi Asami
d6b2fcfe19 Fix for GUS sound cards.
Submitted by:	jmz
1996-11-30 09:31:32 +00:00
Satoshi Asami
a81b379aee Put EXTRACT_SUFX in the right place. Use more predefined macros. 1996-11-30 09:00:18 +00:00
Satoshi Asami
2fe24c1cdb Take out "Tkcron is ", as mentioned in the handbook. 1996-11-30 08:59:50 +00:00
Satoshi Asami
38638406a7 "-mkdir -p" -> "${MKDIR}". 1996-11-30 08:58:45 +00:00
Satoshi Asami
c14befc4ef "mkdir -p" -> "${MKDIR}". 1996-11-30 08:53:03 +00:00
Satoshi Asami
92e3dece46 Upgrade the md5 file Torsten forgot (as usual :). 1996-11-30 08:45:38 +00:00
Torsten Blum
3cf4fea673 Upgrade to 2.08 1996-11-30 01:30:12 +00:00
Masafumi Max NAKANE
ba75adf58b PATCH_SITES was wrong. 1996-11-30 01:06:18 +00:00
Torsten Blum
d92cb9e613 fix "replace" target 1996-11-30 01:03:24 +00:00
Torsten Blum
8b4ec917e3 Upgrade to 1.6c 1996-11-30 00:12:22 +00:00
Torsten Blum
d69aff6967 Upgrade to 2.1 1996-11-29 23:39:59 +00:00
Torsten Blum
091c8a85d1 Upgrade to 0.6 1996-11-29 20:33:19 +00:00
Torsten Blum
d8d595d633 libwww 2.17 has been moved to a subdir. 1996-11-29 20:02:33 +00:00
John Polstra
cbad256e75 Rename the start-up script from "m3.sh" to "50.m3.sh", to ensure that it
will be executed before any other scripts that depend on it (such as an
anticipated "cvsupd.sh").
1996-11-29 19:49:19 +00:00
Torsten Blum
0656675f10 fix MASTER_SITES (freefall -> freefall.freebsd.org) 1996-11-29 19:47:00 +00:00
Andrey A. Chernov
eb8f5fd566 Upgrade 1996-11-29 17:59:31 +00:00
Andrey A. Chernov
9b6ea29e59 Upgrade to 961126 1996-11-29 14:08:02 +00:00