Commit Graph

4646 Commits

Author SHA1 Message Date
kevlo
2ecbe142fc Add USE_X11. Clear up some warnings. 2000-02-02 02:34:02 +00:00
espie
f0d10863c0 Dependency tweaks.
- put .if defined(XXX) && !defined(YYY) on the same line: less indentation,
more readability.
- set found to true/false directly (builtin).

ALWAYS check that a dependency directory does exist and is a directory.
Catch up typos more quickly, since they will be evident *even if the
dependency is already satisfied*.

Make this only a warning, not a hard error, as we still want to cater
to users with a partially checked out tree...
2000-02-02 00:15:07 +00:00
angelos
bfc25d0df6 New temporary version of lsof (4.49B.n+obsd), created by lsof author (Vicc
Abel) and used with permission. This should work on UVM systems.
2000-02-01 22:28:50 +00:00
jasoni
1b6fd8902c Remove PATCH_SITES. 2000-02-01 21:57:37 +00:00
fgsch
d304ef3715 Don't use tabs. 2000-02-01 21:56:17 +00:00
fgsch
669fcc547f Remove unneeded PATCHSITES. 2000-02-01 21:50:08 +00:00
brad
920e43d28d rearrange Makefile a bit 2000-02-01 21:43:50 +00:00
jasoni
a50ef5d23b Fix PLISTs (missing entries); Remove PATCH_SITES. 2000-02-01 21:31:30 +00:00
brad
d91101fc10 - @PREFIX@ = ${LOCALBASE} -> ${PREFIX}
- make use of ${LOCALBASE} in web2png wrapper
2000-02-01 20:28:50 +00:00
brad
12ea69d0c9 remove unnecessary extract dependency from pre-patch target 2000-02-01 20:21:15 +00:00
brad
89e0b74ff4 nit fix, make sure bindir is still created durring install 2000-02-01 20:18:39 +00:00
fgsch
941d7bac0d Update to 5.2.5; minor bug fixes. 2000-02-01 19:49:07 +00:00
jasoni
23259380b1 remove USE_X11 2000-02-01 19:43:32 +00:00
espie
f7a195eadc Remove PATCH_SITES.
Clean-up nits.
2000-02-01 19:20:23 +00:00
brad
e289cc5059 sync and sort PLIST 2000-02-01 19:14:01 +00:00
kevlo
18cf67b859 Add the PKGNAME. 2000-02-01 15:19:14 +00:00
espie
9fbdb62b2b Undefined PATCH_SITES equivalent to MASTER_SITES,
PATCH_SITESn equivalent to MASTER_SITESn.

Start phasing out PATCH_SITES.
2000-02-01 14:39:20 +00:00
jasoni
c60c35e4c4 Update to 0.3.5 2000-02-01 03:24:57 +00:00
form
22a6fd499c Do not use rzsz port. Always use lrzsz. 2000-02-01 02:57:59 +00:00
espie
67beead928 Remove rzsz.
Thanks to FreeBSD for discovering that nasty little surprise...
2000-01-31 22:42:23 +00:00
kevlo
3aba63a66b Don't use --enable-shared and fix the PLIST. 2000-01-31 15:07:03 +00:00
kevlo
a739660fdc Fix the dependencies. 2000-01-31 09:08:13 +00:00
form
2d655aab25 add xmysql & xmysqladmin to makefile 2000-01-31 06:48:30 +00:00
form
c93f044f2a xmysqladmin 1.0
X11 front end to the mysqladmin command of the MySQL database engine
2000-01-31 06:45:26 +00:00
form
40ab09282b xmysql 1.9
X11 front end to the MySQL database engine
2000-01-31 06:44:11 +00:00
jasoni
36a793d887 tmpnam and mktemp fixes. 2000-01-31 05:41:53 +00:00
brad
cb22a8a827 check for the existance of ${CONFIG_DIR}/rc.atalk instead of the
${CONFIG_DIR} when trying to determine whether the config files should
be installed as if this was a first time install of netatalk.
--
suggestion from: sigh@kuzirabekon.econ.nagasaki-u.ac.jp
2000-01-31 05:38:43 +00:00
beck
897cf5888d gogo port 2000-01-31 01:19:39 +00:00
brad
61f54b3205 mkdir -> ${INSTALL_DATA_DIR} 2000-01-31 00:27:30 +00:00
kjell
d61239cad1 missing / in a sunsite. ok espie 2000-01-31 00:12:13 +00:00
d
d0e34759f0 better description, taken from docs 2000-01-30 22:46:54 +00:00
d
308447f69e From: Marc Espie <Marc.Espie@liafa.jussieu.fr>
> Looks like cvs missed the Makefile...
2000-01-30 22:35:13 +00:00
d
96b88e3fc2 version 0.1.6, ok'd by dugsong@ 2000-01-30 22:12:23 +00:00
jakob
b2b1d23d43 19991231-pl04 2000-01-30 20:01:46 +00:00
jakob
855668895e Update to version 19991231-pl04. This fix is urgent.
-- Info from Wietse --
Patch 04 fixes one old problem that never happened, and fixes two
new problems introduced with patch 03, one of which urgent.  The
problems were found as I was reorganizing the cleanup daemon code.

The too long header fix in patch 03 loses mail when a header is
found too long, and when that mail is't posted with "sendmail -t".

Actually the mail is not lost. The queue file stays in the incoming
queue, as a file with mode -rw-------.

In order to have such mail delivered, chdir into the directory
/var/spool/postfix/incoming, and look for mode -rw------- queue
files that are older than a few minutes (ls -lt|more) and chmod +x
those old mode -rw------- queue files.

DO NOT CHMOD +X ALL INCOMING QUEUE FILES because that causes Postfix
to discard messages that are still being received.
2000-01-30 20:01:27 +00:00
brad
b4c693d0ce correct usage of uuencode in po-mode.el since we're not using GNU
uuencode; from FreeBSD
2000-01-30 17:26:12 +00:00
espie
01ffa0afd0 Add intermediate `distpatch' target.
This is done in a tricky way, so as not to disturb the usual sequence
of targets. Namely, you still have
fetch, extract, patch, configure, build, install, package,
but patch does invoke a subtarget distpatch when needed,
and you can
fetch, extract, distpatch, patch, configure, build, install, package
for the same results.

Mostly useful for porters: provide an intermediate point to work on
patches, and make it easy to override distpatch/OpenBSD patches separately.
2000-01-30 15:19:40 +00:00
brad
6e72de6cef BitchX 1.0c16 can be built using a separate build dir 2000-01-30 06:49:58 +00:00
brad
4238e3393d upgrade to patchlevel 11 2000-01-30 06:42:24 +00:00
brad
0d2742d985 upgrade to nmap 2.3b14 2000-01-30 06:23:42 +00:00
brad
7ddbc5f0c6 upgrade to BitchX 1.0c16 2000-01-30 06:00:54 +00:00
brad
e1a93d1889 upgrade to EPIC4-2000 AKA "Millennium", what an original code name for a release ... 2000-01-30 04:49:18 +00:00
brad
322596b62c - fix usage of ranlib
--
based on PR#: 1058 patches

- make libtk82.a as part of binaries target instead of install-binaries
2000-01-30 02:59:06 +00:00
brad
07d9e95877 fix usage of ranlib
--
based on PR#: 1057 patches
2000-01-30 01:07:30 +00:00
jasoni
986722c4c5 Oops, forgot one point. 2000-01-30 00:07:39 +00:00
jasoni
1347af520a Make a note of default port and default directory change. 2000-01-30 00:06:08 +00:00
brad
1086645d6f upgrade to Samba 2.0.6 2000-01-29 23:22:32 +00:00
jakob
77fb9590fb postfix-19991231-pl03 2000-01-29 16:10:33 +00:00
jakob
471622ff47 Update to version 19991231-pl03. Info from Wietse below:
Postfix version 19991231 patchlevel 03 fixes low-priority defects
and provides workarounds for unusual conditions.

- Workaround to prevent one site with a huge backlog from blocking
  all other deliveries. This is controlled by a new configuration
  parameter qmgr_site_hog_factor (default:  90 percent) that limits
  how much in-memory queue manager resources a site can claim.

- Workarounds for the most likely problems that will happen when
  running the Postfix queue on top of NFS.

- The SMTP server did not look in the relocated table and would
  report "User unknown" rather than letting the mail bounce the
  way it is supposed to be.

- When requested to extract recipients from message headers, Postfix
  now insists that no message header exceeds the header size limit.
  This prevents Postfix from inadvertently disclosing Bcc: addresses.
2000-01-29 16:07:55 +00:00
yanick
c088af5817 COMMENT fix 2000-01-29 00:57:10 +00:00