Commit graph

4690 commits

Author SHA1 Message Date
David E. O'Brien
49d8727b0e Turn on xloadface. 1996-12-03 13:36:06 +00:00
Andrey A. Chernov
1304e5a24d More default CFLAGS fixes 1996-12-03 13:34:44 +00:00
Adam David
9a3222aaad rewrite some supplementary docs 1996-12-03 13:31:13 +00:00
Andrey A. Chernov
7bb5b8cb3d Use dafault CFLAGS 1996-12-03 13:17:08 +00:00
Andrey A. Chernov
c1aa2b92c5 /usr/local/news/lib -> /usr/local/lib/news 1996-12-03 13:08:31 +00:00
David E. O'Brien
5f30f5083e mkdir --> ${MKDIR} cp -->${CP} 1996-12-03 13:08:20 +00:00
David E. O'Brien
4e9dc29915 Updated to version 6.3
Closes PR: ports/2109

Submitted by:	Paul Fox <pgf@american.com>
1996-12-03 12:53:39 +00:00
David E. O'Brien
83d594bc51 Install SSLeay docs into ${PREFIX}/share/doc/SSLeay/...
Submitted by:	Igor Vinokurov <igor@ibank.ru>  (on ports list)
1996-12-03 11:32:53 +00:00
Jordan K. Hubbard
a4d70c7044 Previous MD5 signature was mysteriously corrupt. Fix it.
Spotted-By: Michael Smith's pib script.
1996-12-03 11:19:11 +00:00
Satoshi Asami
2b7a524869 Remove tcl75, it is already in the main source tree. 1996-12-03 11:06:32 +00:00
Satoshi Asami
0c84dfe8fa Remove Japanese tcl-7.3/tk-3.6. There are newer versions in the tree. 1996-12-03 10:54:15 +00:00
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