Commit graph

1083 commits

Author SHA1 Message Date
drochner
27e04a07f0 pull in python-mk if USE_PYTHON is defined, just like USE_PERL5 2001-05-14 13:44:23 +00:00
agc
acad04b09e Add support for .lha extensions, provided in PR 12888 by Ben Collver
(collver@linuxfreemail.com)

"In the current pkgsrc, .lzh distfile archives are automatically
handled by bsd.pkg.mk.  It is also common for lha archives to have the
file extension .lha."
2001-05-14 12:58:51 +00:00
kim
4f81efe541 The config file for vtun is machine specific, so make it possible to
place it in /etc using VTUN_SYSCONFDIR.
2001-05-13 19:02:47 +00:00
agc
bdd681ea46 Bump the value of LIBTOOL_REQD to match the one in the package. 2001-05-09 10:25:38 +00:00
hubertf
b66dfe005e OK, let's try this the other way 'round: first clean out *everything*,
then start preparing the bulk build (cvs update, distfile cleanout, ...)
2001-05-09 03:05:24 +00:00
hubertf
d392e30e8a Add date when a buid for a pkg started, and comment a place that has some
side effecs
2001-05-09 02:54:38 +00:00
dmcmahill
6ce703782b don't exit if a depends can't be pkg_add'ed. In this case it will be
rebuilt from sources.
2001-05-09 02:39:31 +00:00
dmcmahill
2398fb901f put the PERL5_REQD outside the USE_PERL5 check so packages can do:
BUILD_DEPENDS+=               perl>=${PERL5_REQD}:../../lang/perl5
2001-05-09 02:13:01 +00:00
jlam
a7a1b31121 Allow changing document root for suexec through ${APACHE_SUEXEC_DOCROOT}.
Closes pkg/12852 by Eric Schnoebelen <eric@milo.cirr.com>.
2001-05-08 17:28:08 +00:00
hubertf
784d36ea4b Add ACCEPTABLE_LICENSES+=jdk13-license example 2001-05-07 12:30:25 +00:00
rh
681044f11d Don't let SDL randomly pick up NAS support. Add SDL_USE_NAS variable that,
if present, causes SDL to depend on NAS.  Disable NAS support if
SDL_USE_NAS is not defined.  Fixes PR 12784 by Eric Mumpower
<nocturne@arepa.co>
2001-05-06 12:48:56 +00:00
dmcmahill
334c20eca8 when installing pkglint before the bulk build do it with PRECLEAN=yes.
This should fix pkg/12808.  Adding the PRECLEAN as a fix was suggested
by Hubert.

Also, while here don't hardcode LOCALBASE and X11BASE.
2001-05-05 14:01:09 +00:00
dmcmahill
51461c1d31 keep a snapshot of the bulk cache files. 2001-05-03 21:46:32 +00:00
dmcmahill
ab699dabf0 some code cleanup.
- use the PKGPATH variable instead of getting it indirectly

- don't use `foo` when we only want the return value, not the output.

Also, in the non-cache case, we need to remove un-needed packages as noted
in the most recent non-cached bulk build.

Patches provided by Hubert and slightly modified by me.
2001-05-03 21:19:55 +00:00
agc
fb856da086 Check that the ${PACKAGES} directory exists, before trying to cd there.
This modification allows "make readme" to succeed even if the ${PACKAGES}
hierarchy does not exist.

Fixes PR 12480 from Arto Selonen (arto@selonen.org), and addresses
PR 12362 from Masao Uebayashi <uebayasi@soum.co.jp>
2001-05-03 13:01:04 +00:00
jlam
71e78c7453 Add libexec/cgi-bin directory to standard /usr/pkg hierarchy. Remove all
the per-package code that attempt to remove this directory if it's empty.
2001-05-02 22:22:42 +00:00
dmcmahill
0c4917e918 do some extra checks. In particular, don't try to pkg_add a package if
it doesn't exist (doh!).
2001-05-02 13:51:43 +00:00
jlam
981957ed83 Fix a typo: a = sign should actually be !=. The CHECK_FREETYPE2 stuff
should actually work now on non-XFree86-4.0.x systems.
2001-05-02 04:53:11 +00:00
agc
bda726ddb7 Add and document LSOF_MORE_SECURE.
Fixes PR 12741 from Anne Bennet (anne@alcor.concordia.ca)
2001-04-30 14:39:41 +00:00
jlam
14eba2553c Document PHP_CONFDIR as directory containing the PHP4 config file. 2001-04-30 14:21:32 +00:00
jlam
ee005e4447 Clarify that USE_GIF is for qt1 as there is no "qt" package. 2001-04-28 20:44:52 +00:00
wiz
494c91efed Add paragraph for new deliver variable. 2001-04-27 14:10:18 +00:00
wiz
696d9b19f3 Add paragraph about palmos-sdk-license. 2001-04-26 11:24:48 +00:00
tron
30af28a87c Add a variable "PERL5_REQD" which can be used to set the minimum required
Perl 5 version. The default is "5.0" for now.
2001-04-26 08:35:38 +00:00
wiz
b05d025038 Add two prc-tools related VARIABLEs. 2001-04-25 17:45:57 +00:00
abs
416b0f4c7f in the USE_JAVA and jdk case, add
BUILD_DEPENDS+=                {sun-jdk,jdk}-*:../../lang/jdk
This allows the run DEPENDS to use sun-jre
2001-04-24 15:30:27 +00:00
wiz
510c5f6a22 Improve message if distinfo parts don't get modified. Closes pkg/12718. 2001-04-23 20:53:50 +00:00
tron
d873219a87 Fix creation of "Size" entries in "distinfo" if the distfile is a softlink. 2001-04-22 08:00:41 +00:00
jlam
4240ca2c86 Update dependency on perl-mk to 1.1. 2001-04-22 06:28:30 +00:00
jlam
14c029bbc6 Handle freetype2 package like the MesaLib package as it is bundled with
XFree86-4.0.x.  Missed committing this file along with the related changes
to graphics/freetype/Makefile and mk/bsd.pkg.mk.
2001-04-22 04:52:31 +00:00
wiz
61b1ac8adf Don't generate checksums for patches that will get ignored in the apply
step anyway (*.orig, *.rej).
2001-04-21 12:56:56 +00:00
wiz
b436947ca8 Don't change distinfo file if no checksums/sizes are modified. 2001-04-21 12:40:58 +00:00
jtb
a513f5f30e Put TEXMFSITE entry into alphabetical order with respect to the
other variables.
2001-04-21 01:49:39 +00:00
jlam
2505570ce2 Handle freetype2 package like the MesaLib package as it is bundled with
XFree86-4.0.x.
2001-04-19 19:11:59 +00:00
dmcmahill
bb37361cf0 when USE_FORTRAN is set and we don't have f77 set, or we've asked for
f2c instead of f77, then use a DEPENDS not BUILD_DEPENDS because pkgs
need the shared libraries at run time.
2001-04-18 21:50:46 +00:00
tron
31370297b8 Reorder "MASTER_SITE_SOURCEFORGE" in the interest of performance. 2001-04-18 10:53:02 +00:00
kei
6df75ba8c2 added note of TEXMFSITE, which specifies the location of site-specific
configuration file(s).
2001-04-18 00:38:29 +00:00
hubertf
7cd277e0a0 show-var: implement quoting via make's :Q modifier, instead of home-brewn. 2001-04-17 16:56:21 +00:00
agc
dc170907cc Distinfo changes.
+ move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo

If there's no distinfo file (the name comes from FreeBSD, no point in
being gratuitously incompatible), then use existing files/{md5,patch-sum}
files.
2001-04-17 09:07:01 +00:00
tron
a6bb98db40 Invert new variable "LIBTOOL_REQD" analogous to "PKGTOOLS_REQD" for the
required version of the "libtool" package.
2001-04-16 00:55:37 +00:00
skrll
4a72123aef {BUILD_}DEPEND on devel/libtool 2001-04-15 07:54:49 +00:00
kim
e6e2609df2 Use APACHE_SYSCONFDIR to set sysconfdir (the location of config files). 2001-04-14 19:42:53 +00:00
dmcmahill
8cd8ec3101 allow for a pre-build.local script. If mk/bulk/pre-build.local exists,
then run it at the end of pre-build.  This lets users do things like:

echo "I do not have enough disk space to build this pig." \
	> games/crafty-book-enormous/$BROKENF
2001-04-14 17:20:07 +00:00
kei
3395899cb7 Check if ${DIST_SUBDIR} exists before deleting it when doing "make distclean". 2001-04-13 05:27:20 +00:00
kim
60636e9b09 Allow setting TRUSTED_IDS in procmail. 2001-04-13 04:18:33 +00:00
fredb
3aee0d0499 Prepare for update of pkgsrc openssl to 0.9.6. 2001-04-09 02:54:22 +00:00
jtb
0a463d2ba2 Added ZSH_STATIC variable. (All of the other major shells have similar).
Fixed a typo.  s/fortran/Fortran/g
2001-04-09 00:33:06 +00:00
hubertf
58c237d9a9 Invent ZOULARISBASE, defaulting to $LOCALBASE/bsd, to make it possible
to setup Zoularis (or similar :-) environments to be closer to hier(7).
2001-04-08 14:14:11 +00:00
dmcmahill
95ccaf56e0 use dewey version for the f2c BUILD_DEPENDS. 2001-04-07 12:45:20 +00:00
tron
b6657ecd26 Switch to another German GNOME mirror again because the old one is dead.
There must be a curse on such mirrors.
2001-04-07 08:05:00 +00:00