Commit Graph

2211 Commits

Author SHA1 Message Date
Jim Mock
ab1f01876c Update to version 0.3.0 -- patch-ab is no longer needed. 2001-04-04 16:45:16 +00:00
Maxim Sobolev
60d98bc43c Update to 0.5.4. 2001-04-03 12:59:37 +00:00
Will Andrews
dbba8af644 Overhaul QT/KDE support:
- bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}*
- Cleanup corresponding ports for bsd.kde.mk update.
- Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom,
  introduce QT_NONSTANDARD variable for nonstandard configure setup.
- Update KDE2 to 2.1.1.  Two patches included in x11/kdelibs2 to fix the
  proxy authentication that was broken for 2.1.1.  Remove old patches.
- Potentially fix kdelibs build for alpha.
- Fix qt-designer 2.3.0 build.
- Ruby stuff left alone since it looks like black magic to me.  Should
  still work w/ compat shims for older USE_QT[,2] style.  Some others
  were also left alone for the same reason.

Reviewed by:	portmgr, ports (bsd.kde.mk+bsd.port.mk)
Submitted by:	David Faure <faure@kde.org> (proxy auth patches)
		Alex Zepeda <garbanzo@kde.org> (old patches removal)
2001-04-03 08:14:43 +00:00
Michael Haro
15113dbdbb update postfix to 20010228-pl01
PR:		26211
Submitted by:	    maintainer
2001-04-02 06:50:26 +00:00
Kevin Lo
608d54b852 Update to version 0.4.1
PR: 26234
Submitted by: Ports Fury
2001-03-31 16:17:05 +00:00
Yukihiro Nakai
fd6ec4b9cf Initial import.
mail checker for file,qmail,MH dir and pop3
2001-03-31 13:47:14 +00:00
Neil Blakey-Milner
18a7e0ba0d Upgrade to 1.3.5.
PR:		25981
Submitted by:	yssu@CCCA.NCTU.edu.tw (Yen-Shuo Su)
2001-03-31 13:10:26 +00:00
Maxim Sobolev
851c9a3ce4 Update to 1.1.3. 2001-03-30 13:39:09 +00:00
Mario Sergio Fujikawa Ferreira
928ce8e4b5 Fix the qpopper path in pkg-message. It is now properly replaced
with PREFIX.

Submitted by:	Dan Langille <dan@langille.org> (with changes)
2001-03-30 13:15:38 +00:00
Michael Haro
842b1445a0 Port mail/prom-wl has unfetchable distfile. Patch updates port to version
1.1.2

PR:		24055
Submitted by:	    George Reid <greid@ukug.uk.freebsd.org>
2001-03-29 22:39:24 +00:00
Maxim Sobolev
4ca0e60800 -pthread --> ${PTHREAD_LIBS}
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}

Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
2001-03-29 16:35:19 +00:00
Neil Blakey-Milner
a27752ff63 vqadmin depends on vpopmail. 2001-03-29 13:17:18 +00:00
Neil Blakey-Milner
fda2495b95 Add vqadmin 1.4, a cgi-based Virtual Qmail Domains Administrator. 2001-03-29 13:11:02 +00:00
Jim Mock
3d1f807d47 Bump PORTREVISION.
Reminded by:	kris
2001-03-28 21:51:46 +00:00
Jim Mock
1096d5b2bd Fix the following from the PR:
First, teapop fails to authentificate user if he logs in without
   specifying his domain (pop_auth calls pop_string_find and tests its
   result against being NULL, while NULL is returned only upon malloc()
   failures. On empty domain logins pop_string_find returns empty
   string). This makes APOP login method to always fail as teapop
   erroneously interprets command APOP avn
   d41d8cd98f00b204e9800998ecf8427e as an attempt of login for user
   avn@d41d8cd98f00b204e9800998ecf8427e without supplying MD5 hash
   value. Instead, return value should be tested against being empty
   string, while positive test for NULL should cause pop3 server error
   message to be printed.

   Second, if configured with WITHOUT_APOP arguments to 'make install',
   teapop incorrectly handles QUIT command while in authentification
   state. It's because a part of switch statement became commented out
   and there will be no branch for return value from
   pop_wait_for_commands with command "QUIT" (it will return 3, not 4
   when configured without APOP).

PR:		26181
Submitted by:	Alexey V. Neyman <avn@any.ru>
2001-03-28 20:51:19 +00:00
Dirk Meyer
21dfb27757 extra Whitespaces removed 2001-03-28 17:28:38 +00:00
Kevin Lo
c79d0c866a Upgrade to version 3.1
A few notes I changed in Makefile:
- Remove USE_PERL5
- Add MAN1

PR: 26133
Submitted by: MAINTAINER
2001-03-27 13:06:15 +00:00
James E. Housley
aba319a01e The last set of patches, I had to hand edit, didn't apply cleanly.
Submitted by:	Richard Lucas <rlucas@solidcomputing.com>
2001-03-27 12:27:20 +00:00
Maxim Sobolev
6fcd1686e6 Unbroke on the systems with crypto from ssl port. 2001-03-27 08:38:06 +00:00
Jun Kuriyama
a20bc60284 Use \${PREFIX} instead of $ENV{PREFIX} in Makefile.PL. 2001-03-26 05:00:54 +00:00
Jun Kuriyama
53348cb980 Revert previous commit.
sendmail_enable="YES" in rc.conf executes /usr/sbin/sendmail at
startup.  But mysql-client.sh is not yet executed at that stage.
2001-03-26 04:43:28 +00:00
Trevor Johnson
e995a513a1 Set PORTREVISION because of new files/patch-reply.c. It looks as
though the only slave port to this is mail/pine4-ssl, which is
marked BROKEN.

Submitted by:	kris
2001-03-25 20:17:46 +00:00
Trevor Johnson
12e5d4e82c Add a patch to take out of the Message-ID header the information
about the operating system, the version of Pine, and the word
"PINE".  As described in http://www.crimelabs.net/docs/passive.html
this information could be of use to someone with malicious
intentions.

PR:		26051 (duplicated as 26052)
Approved by:	maintainer
2001-03-25 01:59:39 +00:00
Doug Barton
89eb12f60c Commit the least objectionable of the possible fixes... maintainer, et al
can argue about the rest later, let's get the thing fixed first. This is
a combination of my fix and Peter Pentchev's.
2001-03-24 06:37:25 +00:00
Jun Kuriyama
9ba9c792a9 Link shared library for MySQL.
Submitted by:	Renaud Waldura <renaud+freebsd-bugs@waldura.org>
PR:		ports/25967
Approved by:	maintainer
2001-03-24 01:41:51 +00:00
Mario Sergio Fujikawa Ferreira
63522304e0 Help it be PREFIX safe.
Approved by:	MAINTAINER
2001-03-23 15:57:14 +00:00
Mario Sergio Fujikawa Ferreira
6a30f581c7 TLS support is not being build on all systems. Fix this.
Submitted by:	 Raoul Schroeder <memphis_ms@gmx.net>
2001-03-23 03:36:52 +00:00
Jun Kuriyama
be76d00386 Change library version dependency on c-client4.
No response from:	maintainer
2001-03-23 03:10:48 +00:00
James E. Housley
fb97d1d104 * Update the imap-uw port to use PAM again, as it used to. We do have imap by
default in /etc/pam.conf, so it must be better to compile imap-uw with PAM
  authentication too no?
* Changed the PAM service name for the POP3 daemon from pop to pop3 as that is
  what we have in our default pam.conf.
* Update the port with optional DRAC support.

Approved by Maintainer

PR:		24135
Submitted by:	Anders Nordby <anders@fix.no>
2001-03-23 03:04:16 +00:00
James E. Housley
77c6a12660 Link to dynamic mysql library, not static Bump portrevision
PR:		25973
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net> MAINTAINER
2001-03-23 00:43:24 +00:00
Hajimu UMEMOTO
749983c11c Use -U option of ps instead of odd path checking. 2001-03-22 11:17:17 +00:00
Kevin Lo
82f08c2992 Update to version 0.4.12
PR: 25957
Submitted by: MAINTAINER
2001-03-21 05:13:52 +00:00
FUJISHIMA Satsuki
eab9cf4f38 update to 2.4.1.
PR:		25951
Submitted by:	maintainer
2001-03-20 22:12:05 +00:00
Kevin Lo
139438f1fb Update to version 0.4.62
PR: 25924
Submitted by: MAINTAINER
2001-03-20 13:14:00 +00:00
Maxim Sobolev
6c70d3fc1e Try harder to prevent build process from unnecessarily invoking autoheader,
autoconf, automake and aclocal.

Prompted by:	Raimar Lutsch <raimar@lutsch.de>
2001-03-20 11:04:36 +00:00
Maxim Sobolev
6dab512385 Fix two breakages:
- Prevent Makefile from trying to run 644 missing script when no autocrap
  is installed;
- add missed by the configure -lintl into LDFLAGS.

Replace perl with ${PERL} while I'm here.

Submitted by:	bento
2001-03-20 09:40:16 +00:00
Akinori MUSHA
66090a1545 Update MASTER_SITES, WWW and the author's email. 2001-03-20 08:51:04 +00:00
Neil Blakey-Milner
ad2dd742bc enable-workarounds-for-imap-client-bugs
PR:		25887
Submitted by:	Blaz Zupan
2001-03-18 16:08:42 +00:00
Masafumi Max NAKANE
33a9bfb202 Upgrade to 3.0pl73. 2001-03-18 15:13:28 +00:00
Peter Pentchev
f061afd9c2 Update to 5.7.4.
Add USE_GMAKE - too many things in the autoconf build process depend
on GNU make.

Approved by:	maintainer
2001-03-17 12:08:09 +00:00
Maxim Sobolev
0de82c5856 Update to 0.9. Please note that I was not able to get anything but cool
splash screen out of it, so use with caution. However, this version at least
compiles with, which is a big step forward ;-).
2001-03-16 20:59:47 +00:00
Maxim Sobolev
dacdefdf2e Update to 0.5.2. 2001-03-16 18:14:37 +00:00
Hajimu UMEMOTO
4fcf21acaa killall doesn't have -u option under FreeBSD 3.X
Reported by:	Alex Vasylenko <lxv@omut.org>
2001-03-16 13:28:16 +00:00
Kevin Lo
db79d85f1f - Bump PORTREVISION
- Support newer versions of the CGI perl module, and perl 5.6.0

PR: 25822
Submitted by: MAINTAINER
2001-03-15 15:01:54 +00:00
Wolfram Schneider
1f605c324f typo
Submitted by:	jfitz
2001-03-14 22:25:08 +00:00
Akinori MUSHA
a9577c6535 Update to 0.9.3. 2001-03-14 19:28:45 +00:00
Murray Stokely
e78d45facc Update the plist to install-info --delete and update the description a little.
Noticed by: Mike Heffner <mheffner@vt.edu>
2001-03-14 09:24:35 +00:00
Jun Kuriyama
02458f13bc Bump portrevision by maintainer's request.
Submitted by:	dwcjr@inethouston.net (mail/postfix-current maintainer)
PR:		ports/25776
2001-03-14 02:35:50 +00:00
Jun Kuriyama
1cacfaba3b Make spool directory at pkg-install.
Submitted by:	blaz@amis.net (mail/postfix maintainer)
PR:		ports/25775
2001-03-14 02:33:15 +00:00
Dirk Meyer
de3cf9242c Fixed package list for option milter,
port still marked "NO_PACKAGE", so no PORTREVISION needed.
2001-03-13 13:17:58 +00:00