1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
Commit Graph

3841 Commits

Author SHA1 Message Date
Andrey A. Chernov
781ec493bf Reorganize official patches 1996-10-03 20:44:59 +00:00
Andrey A. Chernov
f1bbc2df7c Upgrade to pl 28
DSN turned off, because we not yet have sendmail 8.8
1996-10-03 19:08:13 +00:00
Adam David
589d79d1ed version 3.2.0b5 1996-10-03 14:14:50 +00:00
Adam David
36c1db7287 ps, forgot this 1996-10-03 14:06:34 +00:00
Adam David
6764c37652 version 1.2p5 1996-10-03 13:44:09 +00:00
Jean-Marc Zucconi
a1958f0521 Update 1996-10-03 13:30:04 +00:00
Jordan K. Hubbard
1af5715b51 Update to version 1.0. 1996-10-02 02:22:30 +00:00
Stefan Eßer
49c1436e56 Upgrade to 960928 version of Wine.
A new patch is required to work around the lowest LDT entry
now being 17 (was 6) after a BSDI compatibility patch lead to
a change in /usr/include/machine/segments.h (1.11) ...
1996-10-01 18:04:38 +00:00
Thomas Gellekum
486c8e9dc4 Upgrade to version 5.2.9 1996-10-01 06:54:13 +00:00
Gary Palmer
6252966ec9 Update to 3.2.1 1996-10-01 03:53:49 +00:00
Gary Palmer
4b08d8eeec Update to 6.1 1996-10-01 02:33:39 +00:00
Masafumi Max NAKANE
e0b4dfb10e Removed meaningless @cwd directive.
Submitted by:	asami
1996-09-30 21:51:54 +00:00
James FitzGibbon
e156ef29dc Upgrade to 0.98b33 1996-09-30 20:29:33 +00:00
Paul Traina
a32537ed35 Fix random memory overwrite bug 1996-09-30 19:19:23 +00:00
James FitzGibbon
a5359be788 Import of MsqlPerl, an perl5 module for accessing mSQL databases. 1996-09-30 11:10:33 +00:00
Masafumi Max NAKANE
a68294c029 Activated mailagent. 1996-09-29 17:03:58 +00:00
Masafumi Max NAKANE
53baf370eb Removed the lines in the patches that contain $Id$. Fortunately, all
those lines were in the very last part of the hunks. :-)
1996-09-29 16:55:23 +00:00
Chuck Robey
76c8e0f027 Add a dependency on libpng, and bring the port up to date with the
latest available version (2.4.3->2.4.6).
Pointed out by (among others) Andreas Klemm.
1996-09-29 16:09:15 +00:00
Andreas Klemm
2b39b2c081 Entirely removed ports/net/tkined, because it's included in scotty port. 1996-09-29 11:40:34 +00:00
Masafumi Max NAKANE
9310542f0e A sophisticated mail processing program. 1996-09-29 03:26:48 +00:00
Masafumi Max NAKANE
b2d85f45da Upgrade, 1.6 -> 1.62.
Installation of the custom makefile is done in post-extract: instead of
pre-patch:.
1996-09-28 16:20:05 +00:00
Andreas Klemm
173535b87e - use INSTALL_PROGRAM and INSTALL_MAN in Makefile
- add patch-ac to silence bzip when doing compression, bzip version
  info now only with -v or -V
- changed comment in COMMENT. bzip compresses better than gzip, but
  speed is much slower, so it's not generally better as gzip where
  speed matters !
1996-09-28 12:34:45 +00:00
Andreas Klemm
d23cbedba2 Added NO_CDROM to Makefile, because of restrictive copyright.
Forgotten by: me ;)
Submitted by: Chuck Robey <chuckr@glue.umd.edu>
1996-09-27 20:55:50 +00:00
John Polstra
5b3a5e6a94 In the post-extract target, chmod the gcc shell scripts to make
sure that they are executable.  On at least one user's system, the
copies taken from /usr/src/contrib did not have their execute bits
set.

Suggested by:	max@wide.ad.jp
1996-09-27 18:17:42 +00:00
Andreas Klemm
c6ac8e3d7c cosmetic changes, make copyright more informative, add authors
contact address (from README)
1996-09-27 12:11:12 +00:00
Andreas Klemm
09be879147 The readme file says, that it's important for i386 architecture,
to include -fomit-frame-pointer into the CFLAGS.
BTW: someone here who knows, if -funroll-loops might add some (stable)
performance as well ?!
1996-09-27 11:59:36 +00:00
Andreas Klemm
43681e685c imported new port of bpatch 0.21, a compression program, that seems to have
some advantages over gzip concerning compression and memory consumption.
1996-09-27 11:47:06 +00:00
Andreas Klemm
50050d2820 added bzip to archivers 1996-09-27 11:24:00 +00:00
Thomas Gellekum
49a913bd62 Make tkinfo work with tk-4.1. 1996-09-27 07:19:36 +00:00
John Polstra
35c8d1d8a8 Update for new version of Modula-3.
Fix a typo in the "Version required" comment.
1996-09-27 02:33:15 +00:00
John Polstra
9c12b0f08a Update to new DEC SRC release 3.6.
Use new custom distfiles which are MUCH smaller than the ones from
DEC.

Use the gcc-2.7.2.1 sources on the system if they are found in
/usr/src/contrib, to avoid having to fetch that distfile.

Use an existing Modula-3 compiler to bootstrap the new one, if
there happens to be one installed on the system.  Again, this
eliminates the need to fetch one of the distfiles.

Update the built-in thread-safe malloc to the latest version of
phkmalloc.
1996-09-27 02:32:02 +00:00
John Polstra
57b2cc9238 Update to new DEC SRC release 3.6.
Use new custom distfiles which are MUCH smaller than the ones from
DEC.

Use the gcc-2.7.2.1 sources on the system if they are found in
/usr/src/contrib, to avoid having to fetch that distfile.

Use an existing Modula-3 compiler to bootstrap the new one, if
there happens to be one installed on the system.  Again, this
eliminates the need to fetch one of the distfiles.

Update the built-in thread-safe malloc to the latest version of
phkmalloc.
1996-09-27 02:26:41 +00:00
Chuck Robey
0676e3084b Update the MASTER_SITES list.
Pointed out by:	Jordan.
1996-09-26 22:23:29 +00:00
Andrey A. Chernov
51299aae68 Upgrade to 2.70.6.3
Add creative encoding
1996-09-26 21:27:50 +00:00
Jordan K. Hubbard
df6e186706 Support the use of JPEG files instead of PPM. 1996-09-26 10:55:14 +00:00
Satoshi Asami
a996059ede Oh please, say to me,
You'll let me do this port.
1996-09-26 09:36:32 +00:00
Satoshi Asami
4b64d88e9a Add LIB_DEPENDS on xpm. 1996-09-26 09:02:51 +00:00
Masafumi Max NAKANE
708a82a5ee Changed PKGNAME to bpl+-1.0. (There's no version number, though.)
Submitted by:	asami
1996-09-26 07:46:43 +00:00
Masafumi Max NAKANE
00bb49c611 Changed references to ports/utils to ports/misc. 1996-09-26 05:49:21 +00:00
Masafumi Max NAKANE
c576d63706 Use ${INSTALL_DATA} instead of cp to install files.
Also some minor changes in do-install:.  (Result of make install doesn't
change, though.)
1996-09-26 04:46:07 +00:00
James FitzGibbon
7e2c38daba Upgrade to 1.07
Reviewed by:	jfitz@FreeBSD.ORG
Submitted by:	matt@bdd.net
1996-09-26 01:43:09 +00:00
Masafumi Max NAKANE
8074c0b380 Activated telnetx 1996-09-25 20:42:10 +00:00
Masafumi Max NAKANE
664c6ae1bf Activated bpl+ 1996-09-25 20:39:03 +00:00
Masafumi Max NAKANE
f33cbbd861 Telnetx, telnet client with binary file transfer protocols support 1996-09-25 20:36:33 +00:00
Masafumi Max NAKANE
775a2f5d5e B Plus, binary file transfer protocol 1996-09-25 20:28:45 +00:00
James FitzGibbon
2f3431582d Fix for change of distfile name on master site 1996-09-25 14:49:24 +00:00
Eric L. Hernes
57e0191834 kill the EXTRACT_SUFX
and add myself as maintainer
1996-09-25 12:58:53 +00:00
Masafumi Max NAKANE
25cb0ddb4a Use @dirrm instead of @unexec rm -rf to delete directory. 1996-09-25 09:23:24 +00:00
Masafumi Max NAKANE
9792d20598 Removed the version number in pkg/COMMENT.
Use @dirrm instead of rm -rf to delete directories at deinstallation time.
Submitted by:	asami

Modified the default inews location.
1996-09-25 06:02:12 +00:00
Satoshi Asami
b9a8b34076 Remove spurious EXTRACT_SUFX. 1996-09-25 05:12:44 +00:00