Satoshi Taoka
6f79c9c567
Updated to version 0.8.6 after I modified several problems
...
PR: ports/7734
Submitted by: Joel Sutton (maintainer)
1999-03-30 16:32:35 +00:00
Satoshi Taoka
35d40460e0
added CaribbeanStud
1999-03-30 14:36:31 +00:00
Satoshi Taoka
a4f997a075
Caribbean Stud gambling game for X Window System
...
PR: ports/7409
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
1999-03-30 14:22:44 +00:00
Kris Kennaway
3bcf7d6e00
Remove a dead MASTER_SITE.
1999-03-30 13:47:01 +00:00
Dirk Froemberg
5bd303f602
Remove the last remaining dependency to SSLeay. Use openssl instead.
...
OK'ed by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> (maintainer)
1999-03-30 10:13:26 +00:00
David E. O'Brien
3d4549d577
Don't fetch alpha suppliment -- the bits are now part of the port.
1999-03-30 02:58:02 +00:00
Satoshi Asami
06c822cc34
(I hope I caught this quickly enough....)
...
CVS replace buffer that was just imported with the backup from the Attic
cleanup. This should look identical to what Steve committed, except
it has all the history resurrected.
1999-03-30 02:42:20 +00:00
Steve Price
15a596e15f
Buffer revisited.
1999-03-30 02:28:02 +00:00
Bill Fenner
fe3ec67d23
sdr25 -> sdr-current
1999-03-30 01:58:58 +00:00
David E. O'Brien
a8aca3ac77
Update to 3.1.8.
...
PR: ports/10769
Submitted by: Michael Haro <mharo@patrol.area51.fremont.ca.us>
1999-03-30 01:55:29 +00:00
Steve Price
ff926a08d3
Resurrect the pente port.
...
Suggested by: Satoshi "The Wraith" Asami
1999-03-30 01:41:31 +00:00
David E. O'Brien
cd8572268b
Bash version 1.17 was much more popular than I thought.
...
(deleted to save space on the CDROM since I thought few were still using it)
1999-03-30 01:31:43 +00:00
Andrey A. Chernov
56382dc69f
upgrade to 0.5.0
1999-03-30 01:05:52 +00:00
Bill Fenner
6d5d7ac158
Update sdr 2.4's MASTER_SITE and distfile name.
1999-03-30 00:20:44 +00:00
Torsten Blum
f7f54da77e
Port of Wietse Venema's postfix, yet another mail transport agent that tries to
...
replace sendmail.
1999-03-29 20:15:09 +00:00
James FitzGibbon
f6f05762c0
Cleanup Makefile and pkg/DESCR
...
PR: ports/10390
Submitted by: Tom Hukins <tom@eborcom.com>
1999-03-29 17:12:04 +00:00
James FitzGibbon
52b39be809
Upgrade to v2.7.2
...
PR: ports/10598, ports/10831
Submitted by: mharo@area51.fremont.ca.us (10831), dima@Chg.RU (10598)
1999-03-29 17:09:04 +00:00
Dirk Froemberg
c59f503857
Switch from SSLeay to OpenSSL.
...
PR: ports/10541
Submitted by: Martti Kuparinen <martti.kuparinen@ericsson.com> (maintainer)
1999-03-29 14:54:37 +00:00
Dirk Froemberg
5bd84f9d98
- patch-ab needs to patch Makefile.org and not Makefile.ssl. Otherwise
...
the diffs are trashed because Makefile.org is used as a basis for
Makefile.ssl during configuration. Now that patch-ab is applied correctly
libRSAglue.a is installed.
- add patch-aj obtained from the OpenSSL CVS repository:
"Make sure the RSA OAEP test is skipped under -DRSAref because
OAEP isn't supported when OpenSSL is built with RSAref."
1999-03-29 14:43:49 +00:00
David E. O'Brien
ff3e003089
Delete the bash1 port.
1999-03-29 11:43:15 +00:00
David E. O'Brien
7ed77ab1fd
Delete the bash 1.17 port. It served us well as we transitioned to bash
...
version 2.
1999-03-29 11:42:32 +00:00
David E. O'Brien
5e8d46378b
Remove vim4.
1999-03-29 11:40:48 +00:00
Ralf S. Engelschall
387e2f01a7
Upgrade to Apache 1.3.6 + mod_ssl 2.2.7
1999-03-29 11:05:37 +00:00
Satoshi Asami
db911dedd6
Remove CONFIGURE_TARGET, the default suffices with the fixed bsd.port.mk.
...
PR: 10724
1999-03-29 07:50:59 +00:00
Satoshi Asami
0938d81904
Use FORBIDDEN to indicate that this port shouldn't be built under any (some)
...
circumstances. This is different from BROKEN, which merely means we think
it is broken.
1999-03-29 07:50:14 +00:00
Satoshi Asami
3054f9a583
Install /var/db/pkg/.mkversion to check version against bsd.port.mk.
...
Change IGNORE to FORBIDDEN.
1999-03-29 07:09:48 +00:00
Satoshi Asami
6ce93e77d0
(1) Move _sedsubplist generation later, just before it is used. The
...
old location caused some variables (most notably CONFIGURE_TARGET)
to be undefined.
PR: 10724
(2) Fix comment about CONFIGURE_TARGET.
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
(3) Add comment to FETCH_CMD test indicating that it *is* intentional
that all 3.x versions use "fetch -A" -- people using the upgrade
kit won't have their ${OSVERSION} updated.
(4) Add MASTER_SITE_TCLTK which is, well, Tcl/Tk master sites.
Submitted by: Bill "the typo picker" Fumerola <billf@jade.chc-chimes.com>
(5) Add new variable FORBIDDEN indicating that the port shouldn't be
built -- this is different from BROKEN, which now means we think
it's broken but the user should be more than happy if it actually
works.
(6) Add support for system/upgrade kit version check. The file
/var/db/pkg/.mkversion is compared to the BSDPORTMKVERSION
variable (basically the date a bsd.port.mk with an incompatible
change is committed). If the system is too old, bsd.port.mk will
urge the user to install an upgrade kit.
Submitted by: billf (some parts)
Reviewed by: the ports list
(7) Remove "ac_cv_path_CC=${CC}" from configure's envirenment, it's
supposed to find this stuff by itself (and if it doesn't then it's
an individual port's responsibility to add it).
Reported by: Archie Cobbs <archie@whistle.com>
BSDPORTMKVERSION is bumped (actually initialized) to 19990327, by the way.
1999-03-29 07:07:59 +00:00
Satoshi Asami
415ca795fc
Change PKGNAME to "tiff-3.4a". Since we have shipped a "tiff-3.4"
...
package before with different contents (shlib names), a package user
can get errors if they installed a package linked against a new
libtiff.
PR: 10822
1999-03-29 06:41:43 +00:00
Andrey A. Chernov
6b507cc86b
oops, restore MANUAL_PACKAGE_BUILD
1999-03-29 02:40:20 +00:00
Andrey A. Chernov
426d697985
comment out vhost support since it brings db2 vs. libc conflict in
...
certain situations.
Describe why it is impossible to use APOP in such situation even for
real accounts
1999-03-29 02:35:24 +00:00
Bill Fumerola
acda2d9b7a
Install with the correct modes.
...
PR: ports/10845
Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
1999-03-29 02:17:30 +00:00
Andrey A. Chernov
b2fa6925a0
turn on virtual hosts support
1999-03-29 02:01:38 +00:00
Bill Fumerola
ddb4168d7d
Upgrade to v1.5.8p2
...
PR: ports/10817(not used), ports/10499
Submitted by: foxfair, Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw>
1999-03-29 00:52:35 +00:00
Andrey A. Chernov
3cad4e77d8
install examples too
1999-03-29 00:08:32 +00:00
Andrey A. Chernov
1c99991470
change db-specific prefix to shorter one - db2
...
it also match some ports expectations
1999-03-28 21:10:12 +00:00
Dirk Froemberg
dafa35f9c3
Upgrade to 0.9.36.
...
The distfile for the previous version was removed from the MASTER_SITES.
1999-03-28 19:42:21 +00:00
SADA Kenji
52682b3d26
Remove original patch distribution address (removed the file there),
...
and gzip the mirroring patches.
1999-03-28 18:04:46 +00:00
Andrey A. Chernov
1ccd19f60a
upgrade to 2.7.3, old distfile is not available in anycase
...
install in the way that not interfere with libc db
1999-03-28 17:34:02 +00:00
Jun Kuriyama
80604e2b6a
DocBook XML DTD.
1999-03-28 14:18:35 +00:00
Jun Kuriyama
7925f0f9af
Activate docbook-xml.
1999-03-28 14:17:34 +00:00
Andrey A. Chernov
e73524ed54
use system md5.h with system -lmd
1999-03-28 13:14:11 +00:00
Ralf S. Engelschall
ed73aa5bb0
Make portlint happy (COMMENT exceeded 70 chars per line)
1999-03-28 11:56:43 +00:00
Ralf S. Engelschall
ddacb1becb
Upgrade to MM library, version 1.0.0
1999-03-28 11:55:26 +00:00
Jacques Vidrine
d39ee98565
Activate py-kjbuckets.
1999-03-28 02:53:59 +00:00
Jacques Vidrine
072364db1f
graph and set datatypes for Python (C extension)
1999-03-28 02:53:03 +00:00
Satoshi Asami
9ae91f2b6d
portlint
1999-03-27 22:18:05 +00:00
Vanilla I. Shu
3dede06e78
Fix the MASTER_SITE_SUBDIR.
1999-03-27 10:35:57 +00:00
Seiichirou Hiraoka
4f414076eb
Update to 1.2.1
...
Can't apply patch-aa and it is needless
PR: ports/10811
Submitted by: mreimer@vpop.net
1999-03-27 00:00:16 +00:00
Seiichirou Hiraoka
d1017774df
Update to 1.2.1
...
can't apply patch-aa and it is needless
PR: ports/10810
Submitted by: mreimer@vpop.net
1999-03-26 23:29:12 +00:00
Steve Price
c329a4c0a8
Introduce a new ELF version and upgrade the a.out version to the latest
...
release.
1999-03-26 21:05:31 +00:00