1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

85 Commits

Author SHA1 Message Date
Bill Fenner
f35c55d61b Remove trailing backslash from MASTER_SITES which caused the
MASTER_SITE_SUBDIR= line to be treated as 4 more sites.
Add slash to MASTER_SITE_SUBDIR using the group syntax.
 (The file's not there anyway, but at least it's looking
  in the right spot now.)
2005-10-07 05:50:35 +00:00
Volker Stolz
592846cb9b Chase OpenLDAP 2.2
PR:		ports/74069
Submitted by:	ceri
2004-12-09 10:06:04 +00:00
Hajimu UMEMOTO
73812a559b fix CAN-2004-0884.
Obtained from:	security/cyrus-sasl2
2004-11-15 09:50:05 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Michael Nottebrock
6801986d19 Fix typo in saslauthd startup script.
Reported by: 	Thomas Abthorpe <thomas@stthomasanglican.org>
		Guido Berhoerster <ich@guido-berhoerster.org>
Approved by:	marcus (portmgr)
2004-04-25 14:59:48 +00:00
Trevor Johnson
f844f89eae Cram into 80 columns by 24 rows. 2004-04-10 17:11:02 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Oliver Eikemeier
a4e1bd2add Reset undeliverable maintainer address 2004-03-20 18:46:28 +00:00
Trevor Johnson
e5746d8672 Use maintainer's other (older?) e-mail address, due to bounced e-mail:
<FreeBSD-Maintainer@westbend.net>: host pop.hnet.net[65.114.87.100] said: 550
    5.1.1 <FreeBSD-Maintainer@westbend.net> User unknown; rejecting

Obtained from:	PR 61650
2004-03-18 19:31:22 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Clement Laforet
656632f3ae - Fix startup scripts to not override settings found
in /etc/rc.conf upon startup.
- Pass maintainership to submitter

PR:             63289
Submitted by:   Scot W. Hetzel <freebsd-maintainer@westbend.net>
2004-03-05 19:33:57 +00:00
Kris Kennaway
cd0e162e7e Reset undeliverable maintainer address 2004-02-22 02:16:44 +00:00
Mark Linimon
1bf90635b3 Update maintainer's email address per his request. While here, attempt
to pacify portlint a little bit.
2003-11-05 21:37:29 +00:00
Joe Marcus Clarke
63e4cb6f8d Add RC_SUBR support.
PR:		54116
Submitted by:	Scot W. Hetzel <hetzels@westbend.net>
2003-08-27 04:38:36 +00:00
Jun Kuriyama
b67a28791a Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
2003-08-15 00:49:31 +00:00
Erwin Lansing
8b5d776474 Add better identification for configuration dialog, especially
nice to have in with portupgrade

PR:		54299
Submitted by:	Mark Linimon <linimon@lonesome.com>
Approved by:	maintainer timeout (> 1 month)
2003-08-12 18:56:08 +00:00
Tilman Keskinoz
aaeff08d60 * Fix some problems with building the Kerberos IV and 5 mechs.
* Made the port to optionally not build the mechs, define
WITHOUT_[ANONYMOUS,CRAM,DIGEST,LOGIN,OTP,GSSAPI,PLAIN].

* The Kerberos IV case is special, as we can use the base kerberos 4x
(<=5.0-RELEASE), or use the security/krb4 port.
    WITH_KERBEROS4 - use security/krb4 port
        if <=5.0-RELEASE, use krb4 port only if /usr/lib/libkrb.a
	doesn't exist
    WITHOUT_KERBEROS4 - disables using the base systems /usr/lib/libkrb.a
	(<=5.0), if it exists and MAKE_KERBEROS4 defined in /etc/make.conf

* Changed the combined rcNG/rcOG scripts, so that the defaults are at the top
of the rc.d script and not in an external file to the script.

PR:		51505
Submitted by:	maintainer
2003-05-09 12:41:21 +00:00
Hajimu UMEMOTO
69ba81477e When sending mail localy on a system compiled woth SASL AUTH, the
sendmail mail submission program may log the following error on the
sasldb file:

	error: safesasl(/usr/local/etc/sasldb) failed: Group readable file

Pine by default is using SMTP, and therfore SMTP AUTH if compiled
into sendmail.  To disable SMTP AUTH we need to define DAEMON_OPTIONS
for the loopback interface.

PR:		ports/51680
Submitted by:	Scot W. Hetzel <hetzels@westbend.net>
2003-05-06 12:32:14 +00:00
Edwin Groothuis
c99a01a80c Fix shell-syntax.
PR:		ports/48953
Submitted by:	JoeHorn <joehorn@leobbs.net> and lots of others.
2003-03-28 23:37:36 +00:00
Edwin Groothuis
c95cf31cd7 security/cyrus-sasl: Bento fails to build libkerberos + Upgrade
Bento fails to proberly package the port on -CURRENT due
	to -CURRENT no longer has libdes.* as the des functions
	have been moved to the libcrypto.* library.

PR:		48442
Submitted by:	Scot W. Hetzel <hetzels@westbend.net>
2003-02-26 11:25:55 +00:00
Edwin Groothuis
e53dff475f Point dependencies on net/openldap2 to net/openldap20 2003-02-24 02:56:37 +00:00
Edwin Groothuis
f71e429079 Point dependencies on net/openldap to net/openldap12 2003-02-24 02:26:55 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Hajimu UMEMOTO
4622622972 SASLv2 support of Sendmail is started with 8.12.4.
PR:		ports/43719
Submitted by:	Scot W. Hetzel <hetzels@westbend.net>
2002-10-05 19:38:18 +00:00
David W. Chapman Jr.
cc8a1f7227 add an example PAM file for saslauthd and pwcheck_pam daemons
update the Sendmail.README file to include instructions for
	 using the security/cyrus-sasl2 port.

PR:		42153
Submitted by:	maintainer
2002-09-01 16:38:33 +00:00
Ade Lovett
76d6ac6122 BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x
2002-08-22 19:13:46 +00:00
Akinori MUSHA
f1a8c6d8f3 Add saslauthd as default general password checking daemon (replaces
pwcheck{_pam}).

PR:		ports/41653
Submitted by:	"Scot W. Hetzel" <hetzels@westbend.net> (MAINTAINER)
2002-08-14 18:39:46 +00:00
Akinori MUSHA
f8e954f21d Include <sys/types.h> before including <security/pam_appl.h> and
unbreak for -current's PAM.

Approved by:	"Scot W. Hetzel" <hetzels@westbend.net> (MAINTAINER)
2002-08-14 18:16:02 +00:00
Anders Nordby
e2cd124717 Fix startup-scripts for -current /bin/sh issues. 2002-08-14 00:14:07 +00:00
Hajimu UMEMOTO
b211a1e6c4 moving saslv1 includes files to make it easier to add saslv2
PR:		ports/40288
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	knu
2002-07-28 17:26:12 +00:00
Patrick Li
6803492f67 - Chase checksum for sasl-1.5.27-ldap-ssl-filter-mysql-patch4.tgz
author fixed bug in patch but didn't increment version.
- Fix problem when openldap v1 is selected.
- Bump PORTREVISION

PR:		ports/39800
Submitted by:	maintainer
2002-06-26 18:49:22 +00:00
Ying-Chieh Liao
cbe827fe7c fix configure on -current
update Sendmail.README for sendmail 8.10-8.12

PR:		38646
Submitted by:	maintainer
2002-06-18 06:16:47 +00:00
David W. Chapman Jr.
8445fae9d3 Do not add a shell to cyrus user.
PR:		38434
Submitted by:	maintainer
2002-05-24 02:01:13 +00:00
David W. Chapman Jr.
fe250dd90d Fix for DB3 & KRB4
PR:		38363
Submitted by:	maintainer
2002-05-21 15:08:58 +00:00
Dirk Meyer
cf5b40d956 new PORTREVISION, using newer patchfile
minor Update of the Readme

PR:		37607,37913
Submitted by:	hetzels@westbend.net
2002-05-16 02:45:25 +00:00
Trevor Johnson
b795228956 Remove defunct Sourceforge site.
PR:		38100
Submitted by:	Alan Batie
2002-05-15 07:13:54 +00:00
Maxim Sobolev
62f2687e21 Add USE_SUBMAKE, where it might be necessary. 2002-03-25 09:19:20 +00:00
Patrick Li
f158a7cd19 Add patch to prevent from breaking if KRB5_HOME / HEIMDAL_HOME are defined.
PR:		34561
Submitted by:	maintainer
2002-02-03 01:16:50 +00:00
Patrick Li
01aebcd262 Fix placement of .include <bsd.port.pre.mk> which I screwed up in
the last commit.

Submitted by:	maintainer
2002-02-02 08:46:32 +00:00
Patrick Li
af571993d8 Fix plist and dont use -w flag with fmt on older releases.
PR:		34541
Submitted by:	maintainer
2002-02-02 04:09:27 +00:00
Akinori MUSHA
77f6c01ede Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
2002-01-29 11:58:52 +00:00
Patrick Li
668b77986b Fix build when KRB5_HOME is defined
PR:		34149
Submitted by:	maintainer
2002-01-22 05:30:03 +00:00
David W. Chapman Jr.
cfa957e244 Fix OpenLDAP v1 errors
Allow PAM aware pwcheck daemon
Add JavaSASL

PR:		34068
Submitted by:	maintainer
2002-01-20 19:23:25 +00:00
Kevin Lo
1dc48b9c06 Update to version 1.5.27
PR: 33603
Submitted by: MAINTAINER
2002-01-17 15:04:40 +00:00
Will Andrews
29186515da This port requires automake 1.4 and cannot work with 1.5.
Submitted by:	bento 4-exp
2002-01-07 03:30:21 +00:00
Steve Price
47adf04913 Don't write pkg-{deinstall,install,message} to ${.CURDIR} but ${WRKDIR}
instead since ${.CURDIR} can be a read-only filesystem.
2001-12-24 21:58:42 +00:00
Ying-Chieh Liao
a260bf2b4f refer to correct location in pkg-message
correct db filename
fix pkg-install script

PR:		29731
Submitted by:	maintainer
2001-12-20 12:18:57 +00:00
David W. Chapman Jr.
73358a5ab0 Fix formatting string bug
Remove old MASTER_SITE

PR:		32555
Submitted by:	alx@cii.sumy.ua
Approved by:	maintainer
2001-12-09 03:07:36 +00:00
David W. Chapman Jr.
4e674720a8 Fix automake build problem
PR:		32026
Submitted by:	maintainer
2001-11-23 04:39:31 +00:00