Commit graph

23 commits

Author SHA1 Message Date
joerg
d7ce5c92b4 If APR_XtOffsetOf is not defined, fallback to APR_OFFSETOF.
The compat macro was removed with APR 1.x. Also include unistd.h
if crypt.h does not exist, that's the place in DragonFly.
2007-06-29 22:58:54 +00:00
wiz
6e2c35c083 pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
2007-02-22 19:01:13 +00:00
joerg
337c6b1297 Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.

OK from jlam@ and adrianp@.
2006-06-02 18:27:54 +00:00
ben
b1de3df556 Add linker search path for mysql library.
Bump pkgrevision.
Reported by Jaromir Dolecek.
2006-05-16 02:35:37 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
198924a55d Add another possible location of the apache module in the WRKSRC. 2006-02-27 00:33:28 +00:00
ben
0b3ab7a013 Add to Makefile USE_LIBTOOL=yes because the build uses libtool. 2006-02-23 01:27:36 +00:00
ben
01fa322550 Update patch sums to match recent fix. 2006-02-23 01:21:55 +00:00
ben
58821eff09 Fix configure coredump on NetBSD/amd64 by making the crypt() test
include unistd.h.
2006-02-23 01:02:21 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
ben
80dfef3c4d Make ap-auth-mysql build with apache2. This addresses PR#32685 and PR#32686. 2006-02-02 05:00:02 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
xtraeme
eadc9131c8 Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql
pkg has been changed to 5.x). Reminded by wiz... thanks.
2006-01-08 18:35:08 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
809ad6f2f7 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
jdolecek
158484ab16 use mk/mysql.buildlink3.mk instead of databases/mysql-client/buildlink3.mk,
so that we'd not force dependance on specific MySQL version, and instead pick
the currently installed mysql*-client (or install the default if there
is no mysql-client package installed yet)

this makes package buildable with arbitrary MySQL version, such as 3.23.x,
4.0.x or 4.1.x
2004-10-29 05:59:23 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
ca70938428 Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
which are the full option names used to set rpath directives for the
linker and the compiler, respectively.  In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath.  The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use.  They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively.  Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-27 06:29:06 +00:00
kristerw
d9a8959205 Fix a case of invalid use of preprocessing directives within macro
args that breaks compilation whith gcc 2.95.
2004-07-19 00:08:41 +00:00
jdolecek
9bce549074 we do need the LDFLAGS setting removed in rev 1.2, put that back
we also want the apxs rules from www/apache/module.mk, since the package's
own Makefile doesn't propagate LDFLAGS; include www/apache/module.mk
AFTER mk/apache.mk, so that the right Apache buildlink3.mk is still used
for the build
2004-07-17 16:58:19 +00:00
jdolecek
65d0f3cf63 make a stab at making this Apache2-ready (not tested) 2004-07-17 07:53:34 +00:00
jdolecek
5bab2827a1 apparently the LDFLAGS setting is not necessary, so g/c 2004-07-16 11:49:15 +00:00
jdolecek
17387554d5 Import ap-auth-mysql 4.3.1, Apache module for user authentication
using information stored in a MySQL database.

Based on pkgwip package done by cube@, thanks a lot!

Package should support both Apache 1.x and 2.x, but only Apache 1.x
tested at the moment.
2004-07-16 11:28:19 +00:00