2005-02-24 15:08:42 by Thomas Klausner | Files touched by this commit (277) |
Log message:
Add RMD160 checksums.
|
2004-10-29 07:59:24 by Jaromir Dolecek | Files touched by this commit (16) |
Log message:
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-03 02:18:40 by Todd Vierling | Files touched by this commit (863) |
Log message:
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-08-27 08:29:11 by Johnny C. Lam | Files touched by this commit (71) |
Log message:
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-07-19 02:08:41 by Krister Walfridsson | Files touched by this commit (2) |
Log message:
Fix a case of invalid use of preprocessing directives within macro
args that breaks compilation whith gcc 2.95.
|
2004-07-17 18:58:19 by Jaromir Dolecek | Files touched by this commit (1) |
Log message:
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 09:53:34 by Jaromir Dolecek | Files touched by this commit (1) |
Log message:
make a stab at making this Apache2-ready (not tested)
|
2004-07-16 13:49:15 by Jaromir Dolecek | Files touched by this commit (1) |
Log message:
apparently the LDFLAGS setting is not necessary, so g/c
|
2004-07-16 13:28:19 by Jaromir Dolecek | Files touched by this commit (9) | |
Log message:
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.
|