Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-12-31 | Fix some quoting as per PR 30956 by Chapman Flack. | wiz | 1 | -4/+4 | |
2005-12-31 | If target is real-su-bin-install, set DEPENDS_TARGET to bin-install. | wiz | 1 | -2/+2 | |
From Chapman Flack in PR 30928. | |||||
2005-12-31 | Handle automatic dependencies in bin-install correctly. | wiz | 1 | -3/+3 | |
From Chapman Flack in PR 32422. | |||||
2005-12-31 | Fix a typo (show-depends-dir -> show-depends-dirs). | minskim | 1 | -2/+2 | |
2005-12-30 | Skip charset.alias as it's another generated index file that changes | jlam | 1 | -1/+4 | |
over time. | |||||
2005-12-29 | Add some X11 font database files that are generated by mkfontdir, | jlam | 1 | -1/+6 | |
mkfontscale, ttmkfdir, etc., to the list of skipped files. We don't care about these because they're constantly being regenerated, sometimes during the package's install phase. | |||||
2005-12-29 | Add comments for the skipped files for CHECK_FILES. | jlam | 1 | -2/+18 | |
2005-12-29 | X11BASE defaults to /usr/openwin on Solaris, but only when using the | markd | 1 | -3/+5 | |
native X11_TYPE. Allow X11BASE to default correctly on Solaris when X11_TYPE= XFree86 or xorg. | |||||
2005-12-29 | Allow avoiding the automatic update of the fonts databases by setting | jlam | 2 | -2/+20 | |
PKG_UPDATE_FONTS_DB=no in the environment or /etc/mk.conf. This can be beneficial when installing large numbers of fonts packages into the same directories as it avoids destroying and recreating the same database files over and over again. This might make it possible someday to run fc-cache, which is sometimes very time-consuming, from the +FONTS script automatically. | |||||
2005-12-29 | Test that a variable is defined before checking its value. Fix from | jlam | 1 | -2/+2 | |
Thomas Klausner. | |||||
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 4 | -13/+4 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-12-29 | Teach the pkgsrc infrastructure to Just Know when the pkginstall | jlam | 3 | -18/+54 | |
framework should be used. This is implemented by creating a small file mk/install/pkginstall.mk that guards the implementation makefile mk/install/bsd.pkginstall.mk. This guard file just checks whether one of the pkginstall-related variables is non-empty, and if so, then the implementation file is automatically included. This completely deprecates USE_PKGINSTALL, which no longer has any affect in pkgsrc. | |||||
2005-12-29 | Re-implement the pkgsrc fonts-handling by integrating it into the | jlam | 5 | -94/+174 | |
pkginstall framework: * Rewrite the mk/install/fonts script fragment as a scriptlet that's generated by the +INSTALL script during package installation. * Rename the FONTS_<TYPE>_DIRS variables to FONTS_DIRS.<type> to be more consistent with how "families" of variables are currently named in pkgsrc. * Rewrite mk/fonts.mk so that it's implemented in terms of the new functionality in the pkginstall framework. This file will be obsoleted in the near future after packages have been transitioned to use the new functionality in the pkginstall framework. Currently, packages will continue to work with no changes. Integrating the fonts-handling into the pkginstall framework has the benefit of generating a +FONTS scriptlet that may be run independently of the +INSTALL scripts to (idempotently) update the fonts databases and fix package installation errors. | |||||
2005-12-28 | Teach the tools framework about ttmkfdir and type1inst. | jlam | 1 | -1/+23 | |
2005-12-28 | Whitespace changes to align with other sections. | jlam | 1 | -12/+11 | |
2005-12-28 | Consolidate xmkmf with the other "imake" tools. | jlam | 1 | -30/+13 | |
2005-12-28 | When MKFONTDIR is set, it is most likely used as well. Add a build time | joerg | 1 | -1/+2 | |
dependency on it. | |||||
2005-12-28 | For the x11-clients section, use "XFree86-clients" instead of | reed | 1 | -2/+2 | |
"imake" for the TOOLS_PREFIX (for the XFree86-clients provided tool). (Asked about on tech-pkg and jlam said to commit.) | |||||
2005-12-28 | Add makepsres to _TOOLS.x11-clients. | reed | 1 | -2/+3 | |
(makepsres used for lyx install for example.) | |||||
2005-12-28 | Set PATH if not already set at the top of bsd.prefs.mk, just before | abs | 1 | -1/+6 | |
using it in a test to set _MAKE. With this change pkgsrc works on NetBSD/i386 3.0 to build with an empty environment (env -i sh). Tested with my ~100 favourite server packages. Does not affect the case when PATH is already set. To have a per OPSYS default path the include of platform/${OPSYS}.mk will probably need to be at the top of bsd.prefs.mk - arguably it should be there already. There are bound to be assumptions made by some packages which will be broken by an empty env, but the bulk of pkgsrc and in particular the infrastructure works fine. | |||||
2005-12-25 | Added new japanese download facility jaist.dl.sourceforge.net. | heinz | 1 | -1/+2 | |
Although voxel.dl.sourceforge.net is not listed anymore on the SF download pages it still works, so I left it as is. | |||||
2005-12-22 | If bison is used, always pass YACC="bison -y". This should fix | jlam | 1 | -1/+8 | |
PR pkg/31493, where YACC="bison" was wrongly being passed to the configure script. | |||||
2005-12-22 | Add mkdirhier to the tools provided by an imake package. | joerg | 1 | -23/+30 | |
Move the code down to the X11 clients handling as suggested by jlam@. | |||||
2005-12-20 | Remove belnet and citkit sf.net mirrors, again. | salo | 1 | -3/+3 | |
They are refusing connections or timing out for at least two weeks. XXX: Please, do _NOT_ add them again so easily, please! There is nothing but recurring trouble with them for a long time. | |||||
2005-12-18 | Change SUBST_FILES.djbware assignment from = to +=, allowing it to be | joerg | 1 | -2/+2 | |
used for other files. | |||||
2005-12-12 | Document bozohttpd-do-htpasswd option. | bad | 1 | -0/+1 | |
2005-12-12 | First step at reworking Linux binary packages. | joerg | 1 | -7/+8 | |
Change most pkgs to depend on either emulators/suse_linux/Makefile.application (normal pkgs) or Makefile.common (suse91 and suse themselves) to filter out Operating Systems without Linux ABI support. Use CPU masks to limit the pkg to supported platforms. | |||||
2005-12-11 | Add the 'km' locale, initially used by kde3-i18n-km 3.5.0. | markd | 13 | -13/+65 | |
2005-12-10 | Converted packages audio/mpg123* to bsd.options.mk framework (Approved by tron). | heinz | 1 | -0/+1 | |
No bump of PKGREVISION necessary. | |||||
2005-12-09 | Desupport the various ghostscript*x11* packages (replaced by x11 option). | wiz | 1 | -12/+2 | |
2005-12-09 | Add dts description. | salo | 1 | -0/+1 | |
2005-12-09 | Fix build of the packages which pass .la files to libtool by relative | hira | 2 | -3/+6 | |
path. This allows to use symbolic linked path as WRKOBJDIR and should fix PR pkg/31337. | |||||
2005-12-08 | Prefixed all status messages with "pre-build>" to show the user where they | rillig | 1 | -27/+27 | |
come from. | |||||
2005-12-08 | Pass correct flags to install.sh to invoke IRIX's strip command | jschauma | 1 | -2/+2 | |
2005-12-06 | Allow absolute filenames for SUBST_FILES. Needed for converters/convmv and | rillig | 1 | -2/+2 | |
maybe some others. | |||||
2005-12-06 | Added missing "quotes" around many variables. | rillig | 1 | -43/+43 | |
2005-12-06 | Fixed a typo. | rillig | 1 | -2/+2 | |
2005-12-05 | * allow parallel builds (see parallel.txt) | rillig | 1 | -0/+1 | |
2005-12-05 | Applied all quoting fixes found by "pkglint --autofix". | rillig | 15 | -119/+119 | |
2005-12-05 | Shortened the code to extract pkgsrc variables by 30 lines, taking out | rillig | 1 | -85/+49 | |
much unnecessary redundancy from the code. Reordered the pkgsrc variables so that related variables appear adjacently in the output. | |||||
2005-12-04 | The checksums for pkgsrc patches are always checked -- even if | rillig | 1 | -6/+1 | |
NO_CHECKSUM is set. | |||||
2005-12-04 | Add IMAKE_GAMEMAN_SUFFIX and IMAKE_GAMEMAN_DIR to allow PLISTs | joerg | 14 | -14/+42 | |
to pick up the correct locations. XXX Default values are guessed, x11/xsnow can be used for testing | |||||
2005-12-03 | ftp.plusline.de does not allow logins, remove it from apache mirror sites. | wiz | 1 | -4/+2 | |
2005-12-03 | xmessage is another X11 client used by other programs. | joerg | 1 | -2/+2 | |
2005-12-03 | Renamed some variables to match the pkgsrc variables they are derived | rillig | 1 | -13/+13 | |
from. | |||||
2005-12-03 | Removed CVS_USER, as announced on pkgsrc-bulk. | rillig | 4 | -51/+13 | |
See <http://mail-index.netbsd.org/pkgsrc-bulk/2005/11/24/0003.html>. | |||||
2005-12-02 | Prefix all unrealircd options with "unrealircd-". Sort. | wiz | 1 | -13/+13 | |
2005-12-02 | Prefix all xorg-server options with "xorg-server-" (still need documenting). | wiz | 1 | -31/+33 | |
Sort. | |||||
2005-12-02 | Remove legacy option translations for postgresql, they have been here for ↵ | wiz | 1 | -5/+1 | |
over 4 months. | |||||
2005-12-02 | Remove handling for obsolete USE_SOCKS variable. | wiz | 1 | -3/+3 | |