Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-11-02 | Removed the unused variable GNU_CONFIGURE_INFODIR, as suggested by | rillig | 1 | -3/+2 | |
Stoned Elipod. | |||||
2005-11-02 | Microoptimization: awk has BRE pattern matching, so use it instead of | tv | 1 | -2/+2 | |
"grep | awk". | |||||
2005-11-01 | Added missing description for option "debug". | heinz | 1 | -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-01 | Abstract [LOWER_]OS_VERSION into a ${...:sh} construct, so that other OS | tv | 2 | -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-01 | Sort OPSYS pre-<sys.mk> settings section by OPSYS name. | tv | 1 | -59/+60 | |
2005-11-01 | Shorten the GNU_ARCH list by using a fallthrough variable expression | tv | 1 | -14/+4 | |
for MACHINE_GNU_ARCH. | |||||
2005-11-01 | Add some extra default overrides for Interix, to: | tv | 1 | -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-01 | add/document variables and options for wcalc | dmcmahill | 2 | -1/+25 | |
2005-10-31 | Force recognition of hstrerror(3) on Interix when GNU_CONFIGURE. | tv | 1 | -1/+4 | |
2005-10-31 | Changed back the default values for GNU_CONFIGURE_{INFO,MAN}DIR to what | rillig | 1 | -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-31 | Added two new variables, GNU_CONFIGURE_INFODIR and GNU_CONFIGURE_MANDIR. | rillig | 1 | -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-31 | Add mysql5 support. | xtraeme | 1 | -3/+9 | |
2005-10-30 | If we're using devel/patch, then we know that we can create backup files | jschauma | 1 | -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-30 | added missing header lines. | schwarz | 2 | -0/+39 | |
2005-10-28 | Implement usergroupfuncs for DragonFly using pw(8). | joerg | 3 | -2/+62 | |
2005-10-28 | usergroupfuncs.${OPSYS} actually replaces this file. Noted by <joerg>. | jlam | 1 | -2/+2 | |
2005-10-28 | Fix typo in comment. | jlam | 1 | -2/+2 | |
2005-10-27 | a.out has never existed on DragonFly; that OS was created long after its | tv | 1 | -2/+2 | |
parent (FreeBSD) went ELF-only. | |||||
2005-10-27 | UnixWare has never used a.out. It descends directly from SVR4, and thus | tv | 1 | -2/+2 | |
is ELF by definition. | |||||
2005-10-27 | Add lang/perl5 early, but not specifically as part of BULK_PREREQ, so that | tv | 1 | -2/+2 | |
it is available at tflat time. | |||||
2005-10-26 | ...and gawk is no longer needed, either, so all these extras can now | tv | 1 | -4/+1 | |
go away. | |||||
2005-10-26 | sysutils/coreutils is no longer needed in bulk builds, with the Perl tflat. | tv | 1 | -2/+2 | |
2005-10-26 | Use Perl-based tflat, which is up to 90% faster than the awk-based one | tv | 2 | -161/+73 | |
(necause it was forking off "sort" subprocesses on every package). | |||||
2005-10-26 | render -> renderext, to match rename. From PR 31919 by Gilles Dauphin. | wiz | 1 | -2/+2 | |
2005-10-24 | Use correct (internal) variable for pkg_add arguments. | wiz | 1 | -2/+2 | |
2005-10-24 | Use $${foo} instead of $$foo to prevent ident(1) from reporting false | rillig | 1 | -4/+4 | |
positives. No functional changes. | |||||
2005-10-24 | Bump up awk's (fixed) record size limit, to something more modern. | tv | 1 | -2/+2 | |
(The inbuilt 3k limit is too low for some pkgsrc work.) | |||||
2005-10-24 | add an xrender option: Enable Xrender support | tonio | 1 | -0/+1 | |
2005-10-23 | Added option "geoip": | heinz | 1 | -2/+3 | |
Enable IP-to-country-lookup using the GeoIP C library. Improved indentation. | |||||
2005-10-23 | Pass PKG_REQD through shell environment, instead of arguments of make, | minskim | 1 | -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-19 | Add new options for audio/streamtuner. | xtraeme | 1 | -1/+3 | |
2005-10-16 | added support for the SGI IDO (IRIX Development Option) cc used by IRIX 5.3. | schwarz | 4 | -3/+199 | |
changes approved by jschauma and recht. | |||||
2005-10-16 | modification to increase imake handling flexibility for IRIX (in particular | schwarz | 2 | -11/+17 | |
with respect to IRIX 5). Changes approved by jschauma and recht. | |||||
2005-10-16 | Use show-vars-eval in show-needs-update. | tv | 1 | -3/+2 | |
2005-10-16 | Add "show-vars-eval" target, which outputs eval-able shell expressions | tv | 1 | -1/+9 | |
to allow easy setting of multiple variables in one invocation. | |||||
2005-10-16 | Add USE_BULK_BROKEN_CHECK variable, default 'yes'; if set to 'no', skips | tv | 1 | -5/+13 | |
the extra BROKEN/PKG_FAIL_REASON/PKG_SKIP_REASON checks when marking dependent packages as broken. | |||||
2005-10-15 | Add xaw and motif options. Respectively enable xaw and motif support | tonio | 1 | -0/+2 | |
2005-10-14 | Add the aa, byn, dv, gez, gv, haw, iu, kk, kl, kok, kw, ky, oc, om, ps, sa, | jmmv | 13 | -13/+1417 | |
sid, so, sw, syr, ti, tig, tt, ur, ve, wal and wo locales, initially used by iso-codes. | |||||
2005-10-12 | +ghostscript-afpl | abs | 1 | -1/+13 | |
2005-10-12 | Teach the tools framework about ``printf'', which can be replaced by the | jlam | 8 | -8/+28 | |
printf in sysutils/coreutils. | |||||
2005-10-12 | Added .tbz2 to the list of known suffixes. Fixes PR #31564. | rillig | 1 | -3/+6 | |
Patch contributed by Geert Hendrickx. | |||||
2005-10-10 | Document some bacula options. From Geert Hendrickx. | wiz | 1 | -2/+3 | |
2005-10-10 | For INSTALLATION_DIRS, use ${PKGMANDIR} instead of "man". | reed | 1 | -2/+2 | |
Also before it used a wildcard for *man and now get rid of that wildcard in front. | |||||
2005-10-10 | x11/imake was changed to x11/XFree86-imake. Also package name | reed | 1 | -5/+5 | |
changed to XFree86-imake. | |||||
2005-10-10 | Add description for faad option. | dillo | 1 | -1/+1 | |
2005-10-10 | Make WRAPPER_SHELL configurable. | tv | 1 | -2/+2 | |
2005-10-09 | The replacement script for UnixWare's buggy "mkdir" command needs the "-p" | heinz | 1 | -2/+2 | |
switch, like all the other "mkdir" definitions in tools.<platform>.mk. | |||||
2005-10-09 | Reduced the number of complicated regexp substitutions by introducing an | rillig | 1 | -12/+15 | |
intermediate .for variable. Fail gracefully if a dependency directory does not exist. | |||||
2005-10-08 | CONFIGURE_DIRS, BUILD_DIRS, TEST_DIRS and INSTALL_DIRS are interpreted | rillig | 1 | -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-07 | Renamed HTML_PKGNAME to _HTML_PKGLINK, which describes its contents more | rillig | 1 | -9/+10 | |
precisely. Added _HTML_PKGNAME and _HTML_PKGPATH variables for better readability. Fixed quoting style in print-summary-data. |