Andrew Pantyukhin schrieb:
On 1/3/07, Gabor Kovesdan <[EMAIL PROTECTED]> wrote:
Beech Rintoul schrieb:
> Thanks to everyone who responded. I somehow missed that handbook
section, but
> I have it figured out now. What I needed to do is the following:
>
> .if defined(WITH_MYSQL)
> USE_MYSQL=
On 1/3/07, Gabor Kovesdan <[EMAIL PROTECTED]> wrote:
Beech Rintoul schrieb:
> Thanks to everyone who responded. I somehow missed that handbook section, but
> I have it figured out now. What I needed to do is the following:
>
> .if defined(WITH_MYSQL)
> USE_MYSQL=yes
> MODULES:=${MODULES}:mod_
Beech Rintoul schrieb:
On Tuesday 02 January 2007 23:09, Gabor Kovesdan wrote:
Beech Rintoul schrieb:
On Tuesday 02 January 2007 13:43, you wrote:
Beech Rintoul schrieb:
Thanks to everyone who responded. I somehow missed that handbook
section, but I have it figured out
On Tuesday 02 January 2007 23:09, Gabor Kovesdan wrote:
> Beech Rintoul schrieb:
> > On Tuesday 02 January 2007 13:43, you wrote:
> >> Beech Rintoul schrieb:
> >>> Thanks to everyone who responded. I somehow missed that handbook
> >>> section, but I have it figured out now. What I needed to do is t
Beech Rintoul schrieb:
Thanks to everyone who responded. I somehow missed that handbook section, but
I have it figured out now. What I needed to do is the following:
.if defined(WITH_MYSQL)
USE_MYSQL= yes
MODULES:=${MODULES}:mod_sql:mod_sql_mysql
INCLUDEDIRS:=${INCLUDEDIRS}:${LOCALBASE}/in
Thanks to everyone who responded. I somehow missed that handbook section, but
I have it figured out now. What I needed to do is the following:
.if defined(WITH_MYSQL)
USE_MYSQL= yes
MODULES:=${MODULES}:mod_sql:mod_sql_mysql
INCLUDEDIRS:=${INCLUDEDIRS}:${LOCALBASE}/include
LIBDIRS:=${LIBDIRS}
On Tue, Jan 02, 2007 at 11:17:04AM -0900, Beech Rintoul wrote:
> Can someone give me the proper syntax for PLIST_FILES in a port Makefile?
> The handbook isn't really clear on how to use it.
PLIST_FILES is useful if you only have a handful of files to list in the
plist. It saves an inode (see the