Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jan 2007 13:27:33 -0900
From:      Beech Rintoul <freebsd@alaskaparadise.com>
To:        freebsd-ports@freebsd.org
Cc:        Wesley Shields <wxs@atarininja.org>, Gabor Kovesdan <gabor@freebsd.org>
Subject:   Re: PLIST_FILES question
Message-ID:  <200701021327.42947.freebsd@alaskaparadise.com>
In-Reply-To: <200701021418.18003.jonas@schiebtsich.net>
References:  <200701011956.14607.freebsd@alaskaparadise.com> <200701021418.18003.jonas@schiebtsich.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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}:${LOCALBASE}/lib/mysql
PLIST_FILES=	include/proftpd/mod_sql.h
.endif

The  extra header file is not copied to include unless that option is checked 
and hard coding it in pkg-plist broke the pkg build. It didn't show up on 
pointyhat because that option is off by default.

Beech

-- 
---------------------------------------------------------------------------------------
Beech Rintoul - Sys. Administrator - beech@alaskaparadise.com
/"\   ASCII Ribbon Campaign  | Alaska Paradise Travel
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
---------------------------------------------------------------------------------------














Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701021327.42947.freebsd>