summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2001-05-09Bump the value of LIBTOOL_REQD to match the one in the package.agc1-2/+2
2001-05-09OK, let's try this the other way 'round: first clean out *everything*,hubertf1-57/+61
then start preparing the bulk build (cvs update, distfile cleanout, ...)
2001-05-09Add date when a buid for a pkg started, and comment a place that has somehubertf1-2/+3
side effecs
2001-05-09don't exit if a depends can't be pkg_add'ed. In this case it will bedmcmahill1-2/+2
rebuilt from sources.
2001-05-09put the PERL5_REQD outside the USE_PERL5 check so packages can do:dmcmahill1-2/+2
BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
2001-05-08Allow changing document root for suexec through ${APACHE_SUEXEC_DOCROOT}.jlam1-1/+6
Closes pkg/12852 by Eric Schnoebelen <eric@milo.cirr.com>.
2001-05-07Add ACCEPTABLE_LICENSES+=jdk13-license examplehubertf1-1/+4
2001-05-06Don't let SDL randomly pick up NAS support. Add SDL_USE_NAS variable that,rh1-1/+6
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-05when installing pkglint before the bulk build do it with PRECLEAN=yes.dmcmahill1-11/+12
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-03keep a snapshot of the bulk cache files.dmcmahill1-1/+32
2001-05-03some code cleanup.dmcmahill1-30/+36
- 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-03Check that the ${PACKAGES} directory exists, before trying to cd there.agc1-48/+49
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-02Add libexec/cgi-bin directory to standard /usr/pkg hierarchy. Remove alljlam3-3/+9
the per-package code that attempt to remove this directory if it's empty.
2001-05-02do some extra checks. In particular, don't try to pkg_add a package ifdmcmahill1-3/+7
it doesn't exist (doh!).
2001-05-02Fix a typo: a = sign should actually be !=. The CHECK_FREETYPE2 stuffjlam1-2/+2
should actually work now on non-XFree86-4.0.x systems.
2001-04-30Add and document LSOF_MORE_SECURE.agc1-1/+7
Fixes PR 12741 from Anne Bennet (anne@alcor.concordia.ca)
2001-04-30Document PHP_CONFDIR as directory containing the PHP4 config file.jlam1-1/+8
2001-04-28Clarify that USE_GIF is for qt1 as there is no "qt" package.jlam1-2/+2
2001-04-27Add paragraph for new deliver variable.wiz1-1/+6
2001-04-26Add paragraph about palmos-sdk-license.wiz1-1/+5
2001-04-26Add a variable "PERL5_REQD" which can be used to set the minimum requiredtron1-2/+3
Perl 5 version. The default is "5.0" for now.
2001-04-25Add two prc-tools related VARIABLEs.wiz1-5/+15
2001-04-24in the USE_JAVA and jdk case, addabs1-1/+2
BUILD_DEPENDS+= {sun-jdk,jdk}-*:../../lang/jdk This allows the run DEPENDS to use sun-jre
2001-04-23Improve message if distinfo parts don't get modified. Closes pkg/12718.wiz1-3/+3
2001-04-22Fix creation of "Size" entries in "distinfo" if the distfile is a softlink.tron1-2/+2
2001-04-22Update dependency on perl-mk to 1.1.jlam1-2/+2
2001-04-22Handle freetype2 package like the MesaLib package as it is bundled withjlam1-1/+18
XFree86-4.0.x. Missed committing this file along with the related changes to graphics/freetype/Makefile and mk/bsd.pkg.mk.
2001-04-21Don't generate checksums for patches that will get ignored in the applywiz1-2/+2
step anyway (*.orig, *.rej).
2001-04-21Don't change distinfo file if no checksums/sizes are modified.wiz1-6/+20
2001-04-21Put TEXMFSITE entry into alphabetical order with respect to thejtb1-12/+12
other variables.
2001-04-19Handle freetype2 package like the MesaLib package as it is bundled withjlam1-1/+9
XFree86-4.0.x.
2001-04-18when USE_FORTRAN is set and we don't have f77 set, or we've asked fordmcmahill1-2/+4
f2c instead of f77, then use a DEPENDS not BUILD_DEPENDS because pkgs need the shared libraries at run time.
2001-04-18Reorder "MASTER_SITE_SOURCEFORGE" in the interest of performance.tron1-2/+2
2001-04-18added note of TEXMFSITE, which specifies the location of site-specifickei1-1/+11
configuration file(s).
2001-04-17show-var: implement quoting via make's :Q modifier, instead of home-brewn.hubertf1-2/+2
2001-04-17Distinfo changes.agc1-46/+41
+ 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-16Invert new variable "LIBTOOL_REQD" analogous to "PKGTOOLS_REQD" for thetron1-3/+4
required version of the "libtool" package.
2001-04-15{BUILD_}DEPEND on devel/libtoolskrll1-3/+3
2001-04-14Use APACHE_SYSCONFDIR to set sysconfdir (the location of config files).kim1-1/+8
2001-04-14allow for a pre-build.local script. If mk/bulk/pre-build.local exists,dmcmahill1-2/+7
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-13Check if ${DIST_SUBDIR} exists before deleting it when doing "make distclean".kei1-2/+2
2001-04-13Allow setting TRUSTED_IDS in procmail.kim1-1/+6
2001-04-09Prepare for update of pkgsrc openssl to 0.9.6.fredb1-2/+2
2001-04-09Added ZSH_STATIC variable. (All of the other major shells have similar).jtb1-4/+10
Fixed a typo. s/fortran/Fortran/g
2001-04-08Invent ZOULARISBASE, defaulting to $LOCALBASE/bsd, to make it possiblehubertf2-12/+14
to setup Zoularis (or similar :-) environments to be closer to hier(7).
2001-04-07use dewey version for the f2c BUILD_DEPENDS.dmcmahill1-2/+2
2001-04-07Switch to another German GNOME mirror again because the old one is dead.tron1-2/+2
There must be a curse on such mirrors.
2001-04-07Add optional setting for placing the default mailbox in the user home dir.kim1-1/+7
2001-04-04Add ';' missed when moved from () to {;}hubertf1-2/+2
Pointed out by zuntum on some mailing list.
2001-04-04Make USE_LTLDL depend on libtool-base as libltdl is there.skrll1-2/+2