summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2005-11-02Removed the unused variable GNU_CONFIGURE_INFODIR, as suggested byrillig1-3/+2
Stoned Elipod.
2005-11-02Microoptimization: awk has BRE pattern matching, so use it instead oftv1-2/+2
"grep | awk".
2005-11-01Added missing description for option "debug".heinz1-1/+1
All packages using this option (chat/silc-client, chat/silc-server, devel/silc-toolkit, mail/dspam) use it in exactly this way.
2005-11-01Abstract [LOWER_]OS_VERSION into a ${...:sh} construct, so that other OStv2-18/+25
blocks can override it without running the commands at all. Move Interix [LOWER_]OS_VERSION speedup hack into bsd.prefs.mk, since it must happen early at runtime. While here, speed up the OS_VERSION calculation slightly for OSF1.
2005-11-01Sort OPSYS pre-<sys.mk> settings section by OPSYS name.tv1-59/+60
2005-11-01Shorten the GNU_ARCH list by using a fallthrough variable expressiontv1-14/+4
for MACHINE_GNU_ARCH.
2005-11-01Add some extra default overrides for Interix, to:tv1-1/+44
- speed up the build (avoiding a few != settings that are inferrable instead) - reduce the number of settings that the user needs to have in mk.conf
2005-11-01add/document variables and options for wcalcdmcmahill2-1/+25
2005-10-31Force recognition of hstrerror(3) on Interix when GNU_CONFIGURE.tv1-1/+4
2005-10-31Changed back the default values for GNU_CONFIGURE_{INFO,MAN}DIR to whatrillig1-3/+3
they had been before my last change. I had thought it would be more intuitive if they were based on GNU_CONFIGURE_PREFIX instead of PREFIX, but this might break some packages.
2005-10-31Added two new variables, GNU_CONFIGURE_INFODIR and GNU_CONFIGURE_MANDIR.rillig1-9/+11
Up to now, a package that wanted to use a different location for --mandir had to first define CONFIGURE_HAS_MANDIR=no and then CONFIGURE_ARGS+=--mandir=${...}, which looks weird. Now it only has to set GNU_CONFIGURE_MANDIR.
2005-10-31Add mysql5 support.xtraeme1-3/+9
2005-10-30If we're using devel/patch, then we know that we can create backup filesjschauma1-1/+3
and how, so set this. Fixes problems observed under (at least) IRIX, where otherwise a call to gpatch ${_PATCH_BACKUP_ARG} .orig <patch would fail, as ${_PATCH_BACKUP_ARG} would be the empty string.
2005-10-30added missing header lines.schwarz2-0/+39
2005-10-28Implement usergroupfuncs for DragonFly using pw(8).joerg3-2/+62
2005-10-28usergroupfuncs.${OPSYS} actually replaces this file. Noted by <joerg>.jlam1-2/+2
2005-10-28Fix typo in comment.jlam1-2/+2
2005-10-27a.out has never existed on DragonFly; that OS was created long after itstv1-2/+2
parent (FreeBSD) went ELF-only.
2005-10-27UnixWare has never used a.out. It descends directly from SVR4, and thustv1-2/+2
is ELF by definition.
2005-10-27Add lang/perl5 early, but not specifically as part of BULK_PREREQ, so thattv1-2/+2
it is available at tflat time.
2005-10-26...and gawk is no longer needed, either, so all these extras can nowtv1-4/+1
go away.
2005-10-26sysutils/coreutils is no longer needed in bulk builds, with the Perl tflat.tv1-2/+2
2005-10-26Use Perl-based tflat, which is up to 90% faster than the awk-based onetv2-161/+73
(necause it was forking off "sort" subprocesses on every package).
2005-10-26render -> renderext, to match rename. From PR 31919 by Gilles Dauphin.wiz1-2/+2
2005-10-24Use correct (internal) variable for pkg_add arguments.wiz1-2/+2
2005-10-24Use $${foo} instead of $$foo to prevent ident(1) from reporting falserillig1-4/+4
positives. No functional changes.
2005-10-24Bump up awk's (fixed) record size limit, to something more modern.tv1-2/+2
(The inbuilt 3k limit is too low for some pkgsrc work.)
2005-10-24add an xrender option: Enable Xrender supporttonio1-0/+1
2005-10-23Added option "geoip":heinz1-2/+3
Enable IP-to-country-lookup using the GeoIP C library. Improved indentation.
2005-10-23Pass PKG_REQD through shell environment, instead of arguments of make,minskim1-2/+2
so that a dependent package can override it properly. This makes INSTALL_MAKE_FLAGS work when a package is installed as a dependency.
2005-10-19Add new options for audio/streamtuner.xtraeme1-1/+3
2005-10-16added support for the SGI IDO (IRIX Development Option) cc used by IRIX 5.3.schwarz4-3/+199
changes approved by jschauma and recht.
2005-10-16modification to increase imake handling flexibility for IRIX (in particularschwarz2-11/+17
with respect to IRIX 5). Changes approved by jschauma and recht.
2005-10-16Use show-vars-eval in show-needs-update.tv1-3/+2
2005-10-16Add "show-vars-eval" target, which outputs eval-able shell expressionstv1-1/+9
to allow easy setting of multiple variables in one invocation.
2005-10-16Add USE_BULK_BROKEN_CHECK variable, default 'yes'; if set to 'no', skipstv1-5/+13
the extra BROKEN/PKG_FAIL_REASON/PKG_SKIP_REASON checks when marking dependent packages as broken.
2005-10-15Add xaw and motif options. Respectively enable xaw and motif supporttonio1-0/+2
2005-10-14Add the aa, byn, dv, gez, gv, haw, iu, kk, kl, kok, kw, ky, oc, om, ps, sa,jmmv13-13/+1417
sid, so, sw, syr, ti, tig, tt, ur, ve, wal and wo locales, initially used by iso-codes.
2005-10-12+ghostscript-afplabs1-1/+13
2005-10-12Teach the tools framework about ``printf'', which can be replaced by thejlam8-8/+28
printf in sysutils/coreutils.
2005-10-12Added .tbz2 to the list of known suffixes. Fixes PR #31564.rillig1-3/+6
Patch contributed by Geert Hendrickx.
2005-10-10Document some bacula options. From Geert Hendrickx.wiz1-2/+3
2005-10-10For INSTALLATION_DIRS, use ${PKGMANDIR} instead of "man".reed1-2/+2
Also before it used a wildcard for *man and now get rid of that wildcard in front.
2005-10-10x11/imake was changed to x11/XFree86-imake. Also package namereed1-5/+5
changed to XFree86-imake.
2005-10-10Add description for faad option.dillo1-1/+1
2005-10-10Make WRAPPER_SHELL configurable.tv1-2/+2
2005-10-09The replacement script for UnixWare's buggy "mkdir" command needs the "-p"heinz1-2/+2
switch, like all the other "mkdir" definitions in tools.<platform>.mk.
2005-10-09Reduced the number of complicated regexp substitutions by introducing anrillig1-12/+15
intermediate .for variable. Fail gracefully if a dependency directory does not exist.
2005-10-08CONFIGURE_DIRS, BUILD_DIRS, TEST_DIRS and INSTALL_DIRS are interpretedrillig1-14/+27
relative to ${WRKSRC}. This makes it possible to shorten definitions like "BUILD_DIRS=${WRKSRC}/foo ${WRKSRC}/bar" in package Makefiles to "BUILD_DIRS=foo bar". Almost all current uses of those directories are given as absolute directories (mostly in the form ${WRKSRC}/foo), which will work as they did before.
2005-10-07Renamed HTML_PKGNAME to _HTML_PKGLINK, which describes its contents morerillig1-9/+10
precisely. Added _HTML_PKGNAME and _HTML_PKGPATH variables for better readability. Fixed quoting style in print-summary-data.