Commit Graph

6351 Commits

Author SHA1 Message Date
espie
9c26c021ae Sync 2000-05-19 15:19:21 +00:00
espie
a320270065 Add xglobe 2000-05-19 14:06:31 +00:00
espie
95ff0faf4c Add a no_map flavor, creates a much smaller package, for people that
will grab another map and not use the default.
2000-05-19 14:04:37 +00:00
espie
74740d7141 Cute background, the Earth 2000-05-19 13:49:35 +00:00
espie
4de7362f18 Let manpages be readable. Problem reported by Marco, fix was slightly
less obvious than first foreseen (pesky .so use)
2000-05-19 13:36:21 +00:00
espie
22df0a5dbc +hevea 2000-05-19 10:45:05 +00:00
espie
a9120a8d24 Another latex to html converter, in ocaml.
Cute, fast, good.
2000-05-19 09:59:37 +00:00
form
8bfe488efc /usr/local -> PREFIX
fix network functions
remove scripts/configure
2000-05-19 04:56:47 +00:00
espie
2fcec6e645 Don't show `make plist' internals under fake, it works good enough that
we don't need to debug it.
2000-05-18 19:59:21 +00:00
espie
aea0f8c2a4 Version 1.4.4
Set patches according to update-patches.
Redo PLIST according to newer bsd.port.mk.
Remove patch that's now part of ruby proper.
2000-05-18 18:37:59 +00:00
espie
70778bdc8e Revert PLIST to its normal state.
It was never broken, it's been a transient problem in pkg_add.
If you experience the problem, it's your fault. The ports tree
is tracking 2.7, the problem does not exist in 2.7.
2000-05-18 12:10:44 +00:00
form
c5c73de58e Upgrade to 1.83.0.
Use INSTALL/DEINSTALL.
Fake.
2000-05-18 04:41:30 +00:00
form
5a1f3b92cf Fake.
yes -> Yes
2000-05-18 03:37:49 +00:00
form
e371aa7d15 mirror.man is mirror(1), not ls(1) :) 2000-05-18 02:26:49 +00:00
brad
320fa1d52a remove unnecessary patch 2000-05-18 00:30:32 +00:00
brad
5f1484378c - remove license type
- bump NEED_VERSION
- ensure that the screen symlink is created properly; problem reported by
Phil Pennock <pdp@nl.demon.net>
2000-05-18 00:06:42 +00:00
dugsong
ed08ab5f3b fix checksum 2000-05-17 19:04:38 +00:00
jakob
bc9df1d998 update to knapster v0.10 2000-05-17 19:00:04 +00:00
dugsong
3aefb7e785 upgrade to 1.1 (fixes recent hole reported in l0pht advisory, FAKE 2000-05-17 18:48:34 +00:00
espie
f7e984c32a Simplify build process slightly (no need for sed, pull everything
into main Makefile)

give sensible rights to kermit (no read rights ???) so that packaging works
(hint: make package should NOT use root rights).
Fake.
2000-05-17 17:01:12 +00:00
dugsong
8b08eced88 upgrade to 2.0, fake 2000-05-17 16:32:08 +00:00
espie
474d7b5485 FAKE, trivial 2000-05-17 16:28:20 +00:00
espie
c8a777411e gmake is far too lenient... remove stupid tabs, real bad reason to
require gnu-make.
2000-05-17 16:22:11 +00:00
espie
63c948f0cb Fake, No gmake 2000-05-17 16:20:13 +00:00
espie
33efd2796d Simplify packaging.
Fake.
2000-05-17 15:37:55 +00:00
espie
c53cb81a81 Version 4.72 2000-05-17 15:02:44 +00:00
espie
9b1a639bff Add REFETCH mechanism, effective once ftp.openbsd.org is populated with
checksum links.
2000-05-17 12:41:28 +00:00
espie
e27d8c51a9 Script to run after mirroring to populate the {sha1,md5,rmd160}/
subdirectories and guard against shifting checksums.
2000-05-17 12:33:36 +00:00
espie
0bc51803ca Use exec to strip a large number of intermediate shells that don't serve
any useful purpose except for eating up PCB.

Not sure whether this is a ksh bug or not, but this is at least a fine
work-around.
2000-05-17 12:14:53 +00:00
form
5a5cc9536b Fake.
Fix checksum.
More master sites.
$OpenBSD$ tag in PLIST.
2000-05-17 04:34:26 +00:00
form
51d1bc1b59 Use INSTALL/DEINSTALL. 2000-05-17 04:23:39 +00:00
espie
f8b603180f Fix confusing message, let openbsd be recognized as a valid config.
diff -c -> diff -u (side-effect of update-patches)
add sha1 and rmd160 checksums (missing...)
2000-05-17 01:25:53 +00:00
espie
b10dafe348 FAKE 2000-05-17 01:21:21 +00:00
espie
853c20eb5b Fix static FLAVOR.
Bad brad, test your stuff !!!
2000-05-17 01:02:23 +00:00
espie
303da97ff6 Remove work-around for pre-2.7 pkg_add. 2000-05-17 00:24:51 +00:00
espie
6c54029712 pre-fake needs SUDO 2000-05-17 00:22:39 +00:00
espie
af4867ffe2 Erroneous ldconfig 2000-05-16 18:47:20 +00:00
espie
361e5cd773 Use setenv -i, for predictability. 2000-05-16 18:14:29 +00:00
espie
e0eb5fc9ba Support ${SUDO} 2000-05-16 17:06:46 +00:00
jakob
e16323042f Update to Postfix 19991231 patchlevel 07.
- RFC 822 requires the presence of at least one destination
    message header. Postfix now generates a generic "To:
    undisclosed-recipients:;" message header when no destination
    header is present.  The header content is specified with the
    new undisclosed_recipients_header parameter.

  - Postfix now understands <(comment)> as SMTP MAIL FROM address,
    because some broken software needs it. Postfix rejects such
    illegal address forms with "strict_rfc821_envelopes = yes".

  - Configuration parameters for one mysql dictionary would become
    default settings for the next one. This patch was merged into
    the development Postfix version a while back but apparently
    that version was on a dead branch.  Update by Scott Cotton.

  - Some Postfix delivery agents would abort on addresses of the
    form `stuff@.' which could unfortunately be generated locally.

  - With local delivery, Postfix could insert > or . into the middle
    of very long lines.

  - SMTP sessions could time out when the remote client attempted
    to deliver to a large number of rejected recipients.  The SMTP
    server now flushes unwritten output in-between tarpit delays,
    to avoid protocol timeouts in pipelined SMTP sessions.

  - Postfix would incorrectly reject domain names with adjacent `-'
    characters.
2000-05-16 16:58:19 +00:00
espie
ada699dfa0 Switch back to ${MAKE}. Pointed out by Todd Miller.
${MAKE} is special, it's set by make itself, and should be relied upon
to be sure we reinvoke the same make we started out with.
2000-05-16 15:54:17 +00:00
espie
b7252d84ea Missed phony target 2000-05-16 15:13:28 +00:00
espie
77af5027a8 Remove lots of extra shells in the mirror-maker Makefile. 2000-05-16 14:40:28 +00:00
jakob
800925d287 checksum updated 2000-05-16 08:06:27 +00:00
beck
16b97b5f30 fix dist site, from dbt@meat.net 2000-05-15 21:58:40 +00:00
turan
63061d1daf sync 2000-05-10 21:54:47 +00:00
marc
38d88d8a1b packing list change: don't forget to run ldconfig @ install. Ok turans 2000-05-08 22:18:42 +00:00
kevlo
11b358c3aa Trivial fake. 2000-05-06 07:14:55 +00:00
turan
4044d14038 fix dynamic plists 2000-05-05 18:00:22 +00:00
turan
cc82513196 fix the plist. 2000-05-05 01:14:54 +00:00