Commit graph

75105 commits

Author SHA1 Message Date
adrianp
031f9c4497 Fix BUILDLINK_DEPENDS.apache typo - ride initial import 2005-02-21 22:48:22 +00:00
kim
4ee1b76a15 Don't copy dot files over, either. 2005-02-21 22:37:55 +00:00
kim
bed5ee4806 I can try to care for this one. 2005-02-21 22:37:03 +00:00
heinz
c05787e4e6 take maintainership 2005-02-21 22:26:05 +00:00
adam
63b7b2cc0a Updated cyrus-saslauthd to 2.1.20 2005-02-21 22:12:21 +00:00
jlam
5d99ebc677 Remove the following packages from the "mail" category which were
obsoleted by the security/courier-authlib package:

    courier-auth, courier-authldap, courier-authmysql, courier-authpgsql
2005-02-21 22:10:34 +00:00
adam
5a2133d2cd Changes 2.1.20:
* Bug-fixes
2005-02-21 22:10:18 +00:00
adrianp
e7b9a015a1 + ap2-auth-ldap 2005-02-21 21:58:11 +00:00
adrianp
98ea0e122b This is an authentication module for Apache that allows you to
authenticate HTTP clients using user entries in an LDAP directory.
2005-02-21 21:55:25 +00:00
veego
d690fc821d Use the extended PLIST_SRC support which now also reads:
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
and remove the package hack for MD PLIST files.

Rename PLIST.pro to PLIST.common and PLIST.post to PLIST.common_end
and rename the PLIST.* files from ${LOWER_OPSYS} to ${OPSYS}.
2005-02-21 21:26:15 +00:00
veego
ab852a7a50 Use the extended PLIST_SRC support which now also reads:
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
and remove the package hack for MD PLIST files.

Rename PLIST.pre to PLIST.common and PLIST.post to PLIST.common_end
2005-02-21 21:24:06 +00:00
veego
a020eef60f Use the extended PLIST_SRC support which now also reads:
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
and remove the package hack for MD PLIST files.

It was save to remove ${BLACKDOWN_ARCH} for PLIST_SRC, because it was set
to i386 in lang/blackdown-jre13/Makefile.common/Makefile.common with the
same handling we now use in bsd.pkg.mk.
2005-02-21 21:22:26 +00:00
veego
fa078fc555 Use the extended PLIST_SRC support which now also reads:
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
and remove the package hack for MD PLIST files.

PLIST.* files renamed so we don't need the special handling for MACHINE32_ARCH.
Merge the PLIST.* files as much as possible into PLIST, so they only
contain the difference between the two archs which are only supported by
this package.
2005-02-21 21:18:28 +00:00
veego
10b258f6fb Use the extended PLIST_SRC support which now also reads:
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
and remove the package hack for MD PLIST files.

PLIST.i386 renamed to PLIST.x86_64, so we don't need the special handling
for MACHINE32_ARCH.
2005-02-21 21:08:50 +00:00
veego
c633ab6e05 Use the extended PLIST_SRC support which now also reads:
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
and remove the package hack for MD PLIST files.

Split PLIST into PLIST.common and PLIST.common_end to fix an error while
removing the package.
Also remove the trailing space at the two plist manpage entries, which
caused an warning during package installation.
2005-02-21 21:04:06 +00:00
veego
3d53f18e7b Use the extended PLIST_SRC support which now also reads:
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
and remove the package hack for MD PLIST files.
2005-02-21 20:57:20 +00:00
veego
61e5ffbf87 Use the extended PLIST_SRC support which now also reads:
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
and remove the package hack for MD PLIST files.

While here merge the PLIST.md file into PLIST.common and put the
@dirrm commands into the new PLIST.common_end
2005-02-21 20:51:21 +00:00
hubertf
9a981bcfbe Sign over maintainership to tech-pkg@ 2005-02-21 20:26:08 +00:00
veego
8b44024dc5 Change the files to be used for PLIST_SRC from
PLIST.common
 PLIST.${OPSYS}
 PLIST
 PLIST.common_end
to
 PLIST.common
 PLIST.${OPSYS}
 PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
 PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
 PLIST
 PLIST.common_end

Which makes it possible to remove duplicated code in some packages.
This doesn't change anything, because all affected packages define PLIST_SRC,
so this code would never be used for them.
And most of them will be fixed with the next commit.

ToDO: ${MACHINE_ARCH:C/i[3-6]86/i386/g} looks wrong and should be changed,
but thats what we allready use for MESSAGE_SRC.
2005-02-21 20:12:01 +00:00
minskim
8e50a5c01b Fix a typo. 2005-02-21 17:31:31 +00:00
jlam
25788569a2 Fix the authdaemond rc.d script to invoke the correct script to start
the authentication daemon.  Fix provided by Inseo Park in private mail.
Also, honor VARBASE.  Bump the PKGREVISION to 1.
2005-02-21 17:08:39 +00:00
hira
6616ba2c70 Note PKGREVISION bump of xorg-server. 2005-02-21 16:52:17 +00:00
hira
8feccc65a8 Bump PKGREVISION for -current/amd64 fixes. 2005-02-21 16:48:40 +00:00
hira
f1e9e34c1e Fix crash with -current/amd64.
- don't pass address hint to mmap() with 2.99.16 or later
 - add __NetBSD__ to use mprotect()
2005-02-21 16:45:40 +00:00
hamajima
d4d52cae93 Updated dtcpclient. Support for Darwin. 2005-02-21 16:39:03 +00:00
taca
bb84f7adef Note update of these pacakges:
lang/ruby16 to 1.6.8nb2
	lang/ruby18 to 1.8.2nb1
	net/dtcp to 20040611nb4
	www/instikito 0.9.2nb2

Note remove of these pacakges:

	databases/ruby-dbm
	devel/ruby-zlib
	security/ruby-digest
	security/ruby-openssl
2005-02-21 15:50:04 +00:00
taca
32cac2b0a5 Remove ruby-openssl package since it is included in ruby18 package now. 2005-02-21 15:44:05 +00:00
taca
5e07c19b5e Remove ruby-digest package since it is included in ruby16/ruby18 package now. 2005-02-21 15:43:44 +00:00
taca
2362c1782d Remove ruby-zlib package since it is included in ruby18 package now. 2005-02-21 15:43:12 +00:00
taca
f0c3263b5e Remove ruby-dbm package. It is included in ruby16/ruby18 package now. 2005-02-21 15:42:24 +00:00
taca
104a671bfb Remove dependency to ruby-zlib and ruby-digest package since they are
included in ruby18 (base) package.

And miscellous clean up dependency to ruby18 package.

Bump PKGREVISION.
2005-02-21 15:41:30 +00:00
taca
2a054b28c9 Remove dependency to ruby-dbm and ruby-digest package since they are
included in ruby (base) package.

Bump PKGREVISION.
2005-02-21 15:39:42 +00:00
taca
c8d7c2377e Delete databases/ruby-dbm, devel/ruby-zlib, security/ruby-digest and
security/ruby-openssl.
2005-02-21 15:37:55 +00:00
taca
c580fa17c2 Add h2rb command wrapper for ruby18 package.
Bump PKGREVISION.
2005-02-21 15:35:53 +00:00
taca
0509fe8f38 Merge databases/ruby-dbm, devel/ruby-zlib, security/ruby-digest and
security/ruby-openssl.

This fix PR pkg/29227 by Curt Sampson.

And install h2rb command for DL extention module.

Bump PKGREVISION.
2005-02-21 15:29:15 +00:00
taca
098a408410 Merge databases/ruby-dbm and security/ruby-digest to ruby16.
Bump PKGREVISION.
2005-02-21 15:27:35 +00:00
taca
4b716b2c3b Move common configure related parameter from ruby16/Makefile and
ruby18/Makefile.
2005-02-21 15:25:36 +00:00
adam
e005cedbab Updated libtecla to 1.6.1 2005-02-21 14:57:21 +00:00
adam
c2e512f19f Changes 1.6.1:
The gl_event_handler() function had the endif of a
	conditional compilation clause in the wrong place. This
	only upset the compiler on unusual systems that don't
	have select(). The problem was seen under Mac OS X, due
	to the configuration problem in 1.6.0 that caused the
	configure script to mistakenly report that select wasn't
	available.
2005-02-21 14:56:07 +00:00
hamajima
443426bc3a Added support for Darwin. 2005-02-21 14:36:52 +00:00
wiz
cf07c8c522 Remove -D_POSIX_C_SOURCE=199506L from CFLAGS to make build on -current. 2005-02-21 14:20:17 +00:00
wiz
c1db053579 p5-Log-Dispatch updated to 2.10. 2005-02-21 12:17:48 +00:00
wiz
f39090db9a Update to 2.10:
2.10 Feb 11, 2004

- No changes to the core code, just a change to the included
Makefile.PL so it works with Module::Build 0.23, which breaks
backwards compatibility (grr).


2.09 Jan 09, 2004

- Fix a test failure on Win32 platforms.  The problem was in the test,
not the code.  Patch by David Viner.

- Distro is now signed with Module::Signature.

Fixes PR 29481.
2005-02-21 12:17:08 +00:00
wiz
24ccacd771 Add basic Module::Build support; set PERL5_USES_MODULE_BUILD
for packages that want it.
2005-02-21 12:08:45 +00:00
adam
8bef875739 Updated zsh to 4.2.4 2005-02-21 11:08:46 +00:00
adam
dbf06dff04 Changes 4.2.4:
* Bug-fix release
2005-02-21 11:07:37 +00:00
wiz
c684bdf273 Needs at least Xrender-0.8.2 and fontconfig-2.2.
Closes PR 29477.
2005-02-21 10:53:15 +00:00
adam
9feb2724fe Updated nessus to 2.2.3 2005-02-21 10:11:53 +00:00
adam
b60b462f2a Changes 2.2.3:
Nessus 2.2.3 contains a new option called "silent dependencies" which can be
used to filter out the noise generated by some plugins not directly enabled by
the user. It also contains a slightly more intuitive GUI which now contains
a "Credentials" tab to put Windows and SSH usernames and passwords.
2005-02-21 10:08:22 +00:00
adam
60e5fdf32b Updated gaim to 1.1.3 2005-02-21 09:47:25 +00:00