Commit graph

22 commits

Author SHA1 Message Date
wiz
227e094c98 Do not use install-strip target since it fails
because sh install is called, and install is not found.
2004-05-12 23:40:12 +00:00
jlam
faed7092a8 Reverse the use of USE_DB185 in bdb.buildlink3.mk -- it defaults to
"yes" and packages that can't use the DB-1.85 API should set it to "no".
This makes the native DB the preferred DB if it exists.
2004-03-26 18:48:52 +00:00
jlam
bb46710479 Convert to use bdb.buildlink3.mk. 2004-03-10 18:07:16 +00:00
jlam
25fc79de85 Clean up Solaris db handling by just noting that we need db-1.85
functionality.
2004-02-24 00:22:45 +00:00
jlam
fc38e559ec On Solaris, we need to include db/buildlink3.mk for DB functions. 2004-02-24 00:18:08 +00:00
kristerw
f0bc7bfc60 Add build dependency on perl. 2004-02-22 03:52:08 +00:00
jlam
d23c1f6735 Move settings for USE_BUILDLINK3 and USE_LANGUAGES from the common Makefile
into the separate packages.
2004-02-22 01:52:05 +00:00
jlam
acec62100a Update mail/courier-maildirmake to 0.44.2. Changes from version 0.37.1
include adding a new utility, maildirkw, that manipulates the keywords
on messages in Courier's extended Maildir format.
2004-02-21 14:45:22 +00:00
jlam
57ec57613f PERL5_REQD is now a list of values, so append to its value instead of
setting it.
2004-02-10 02:22:49 +00:00
jlam
b2677a2cb0 Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if
USE_PKGINSTALL is "YES".  bsd.pkg.install.mk will no longer automatically
pick up a INSTALL/DEINSTALL script in the package directory and assume that
you want it for the corresponding *_EXTRA_TMPL variable.
2003-08-30 22:51:11 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
jlam
df1e6ccf0b Include perl5/buildlink2.mk for perl. 2002-11-15 00:04:08 +00:00
jlam
3db18c019a buildlink1 -> buildlink2 2002-10-08 23:15:58 +00:00
jlam
e507190d0d When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file already
exists, then use it as the default value of DEINSTALL_EXTRA_TMPL or
INSTALL_EXTRA_TMPL.
2002-09-18 21:15:07 +00:00
jlam
e1be891dbc Change explicit build dependencies on perl into "USE_PERL5=build". This
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
2002-07-24 19:45:22 +00:00
yyamano
f36670bf22 Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467. 2002-05-28 15:01:22 +00:00
jlam
816736410b Fix reversed logic for setting INSTALL_TARGET=install-strip. Of course,
we want to strip when STRIPFLAGS contains "-s" and not otherwise.  Pointed
out by Amatai Schlair in private e-mail.
2002-02-03 13:38:38 +00:00
jlam
1760a3a8c1 Update mail/courier-maildirmake to 0.37.1nb1. Changes include putting
config files that relate to Maildirs under the control of this package.
2002-01-23 02:21:20 +00:00
jlam
bb415c65d4 Update mail/courier-maildirmake to 0.37.1. Changes from version 0.3 are
that it's no longer a wrapper script.  The installed maildirmake is the
executable that is built from the latest courier sources.  The version
number of this package will now track the version number of the released
courier sources.
2002-01-22 22:06:05 +00:00
jlam
0594455dd3 Also look for maildirmake.*. Bump to version 0.3. 2002-01-02 19:26:01 +00:00
jlam
b15c8125c5 Use any available *.maildirmake executable in ${LOCALBASE}/bin instead of
hard-coding the names of the maildirmake executables.  Bump version to 0.2.
2002-01-01 08:00:45 +00:00
jlam
a914b89b91 mail/courier-maildirmake: wrapper script to execute a maildirmake program.
The various bits of Courier (Courier IMAP, SqWebMail, maildrop, etc.) all
install a program called "maildirmake".  Make a separate package so all of
these packages don't conflict.
2001-08-16 06:19:24 +00:00