Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-03-13 | Replaced option "spamassassin-test-net" by generic option "online-tests". | heinz | 1 | -2/+2 | |
Adapted the single quotation marks in option spamassassin-test-prefork to the commonly used double quotation marks. | |||||
2006-03-13 | Makefiles that include oss.buildlink3.mk can now check the value of | jlam | 1 | -2/+25 | |
OSS_TYPE to determine whether or not a native OSS implementation is present or not. OSS_TYPE just exports the value of IS_BUILIN.oss, but exports it early enough where it can be used within a package Makefile, e.g.: .include "../../mk/oss.buildlink3.mk" .if ${OSS_TYPE} == "none" CONFIGURE_ARGS+= --without-oss .endif This should fix builds of some packages that include "oss.buildlink3.mk" on platforms where there is no OSS in the base system, e.g. Mac OS X and Solaris. | |||||
2006-03-12 | Added the variable PHASE_MSG, STEP_MSG, WARNING_MSG and ERROR_MSG to | rillig | 1 | -1/+5 | |
facilitate the generation of consistent-looking progress messages. | |||||
2006-03-11 | +zsh-multibyte | uebayasi | 1 | -0/+1 | |
2006-03-11 | Export EMACS_VERSION_MAJOR and EMACS_VERSION_MINOR to packages using emacs.mk. | uebayasi | 1 | -1/+15 | |
2006-03-11 | BUILD_DEPENDS on gettext-tools not gettext for BUILD_USES_MSGFMT. | reed | 1 | -2/+2 | |
2006-03-10 | Cosmetic change: reorder some lines locally to make it easier for me | jlam | 1 | -13/+13 | |
to understand. | |||||
2006-03-10 | Expose fewer knobs for a user to tweak by making more variables private. | jlam | 1 | -57/+53 | |
2006-03-10 | Correct the path to the bsd.prefs.mk file and move it to the proper | jlam | 1 | -2/+3 | |
location in a buildlink3.mk file. | |||||
2006-03-10 | Don't define DEINSTALL_FILE or INSTALL_FILE if the corresponding *_SRC | jlam | 1 | -1/+5 | |
variables are empty. | |||||
2006-03-10 | replace-interpreter should use REPLACE_FILES.${lang} instead of | tonio | 1 | -3/+3 | |
_REPLACE_FILES.${lang} | |||||
2006-03-10 | Include bsd.prefs.mk before testing ${OPSYS}. | wiz | 1 | -1/+2 | |
2006-03-09 | Make it safe to include bsd.pkginstall.mk directly in bsd.pkg.mk, and | jlam | 3 | -110/+103 | |
drop pkginstall.mk, which did the same thing. Also, rework some of the targets so that we avoid needing to inspect *_MEMBERS variables within make -- we defer the check to the shell code invoked by the targets. All changes are internal and don't affect existing packages in a visible way. | |||||
2006-03-09 | Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk. | jlam | 1 | -6/+0 | |
Remove deprecated ossaudio.buildlink3.mk. | |||||
2006-03-09 | mention SUSE_PREFER=10.0 in coments (but keep 9.1 as default) | tonio | 1 | -3/+4 | |
2006-03-09 | Reimplement OSS audio handling in pkgsrc. Add two new files: | jlam | 3 | -79/+133 | |
oss.buildlink3.mk oss.builtin.mk that work like modern buildlink3.mk and builtin.mk files do. We no longer support audio/oss (which will be removed shortly). Mark ossaudio.buildlink3.mk for deprecation after all references to it have been replaced with "oss.buildlink3.mk" in package Makefiles. | |||||
2006-03-09 | Check that INFO_FILES is defined before using its value. Fixes PR pkg/33043. | jlam | 1 | -2/+2 | |
2006-03-09 | Since the REPLACE_INTERPRETER is used in more and more packages, it is | rillig | 1 | -4/+14 | |
not good style to make the package author define variables from the pkgsrc-internal namespace. The variables REPLACE.* and REPLACE_FILES.* can now be used as replacements for _REPLACE.* and _REPLACE_FILES.*. Support for the old variable names will be removed after 2006Q2. | |||||
2006-03-09 | Reimplement the info-file handling so that we use an +INFO_FILES | jlam | 9 | -82/+176 | |
scriptlet to manage the info-file registration. The new scriptlet's template is install/info-files. Remove obsolete texinfo.mk and install/install-info. No changes to package Makefiles are necessary -- the re-implementation is internal to pkgsrc infrastructure. | |||||
2006-03-08 | Teach the tools framework about Darwin's tclsh and wish. | minskim | 1 | -1/+3 | |
2006-03-08 | Set LOWER_OPSYS_VERSUFFIX on Darwin. | minskim | 1 | -1/+2 | |
2006-03-07 | For the user or group removal message, don't set they can be removed | reed | 1 | -3/+3 | |
if no other packages are using them, but if no other "software" is using them. Just in case, they are using a user and/or group without a package using it. | |||||
2006-03-06 | Teach the tools framework how to supply a pkgsrc version of install-info | jlam | 11 | -38/+56 | |
if a native one isn't available. We ensure that the "install-info" tool in the tools directory is a no-op since the real info file registration is handled by the INSTALL/DEINSTALL script in pkgsrc/mk/pkginstall/install-info. | |||||
2006-03-05 | It's probably "/bin/makeinfo", not "/usr/bin/makeinfo". | jlam | 1 | -3/+3 | |
2006-03-05 | * Teach the tools framework how to supply the pkgsrc version of | jlam | 12 | -100/+79 | |
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct. | |||||
2006-03-04 | Handle info directory trees that aren't rooted directly in ${PREFIX}, e.g. | jlam | 1 | -4/+8 | |
${PREFIX}/<pkg>/info, etc. | |||||
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. | |||||
2006-03-04 | Remove planetmirror as a gnustep mirroring site. | rh | 1 | -3/+1 | |
2006-03-02 | Make GNU_CONFIGURE_PREFIX the default prefix for GNU_CONFIGURE_MANDIR | joerg | 1 | -3/+4 | |
and GNU_CONFIGURE_INFODIR. Add the latter for symmetry. | |||||
2006-02-27 | tweak. | rxg | 1 | -3/+3 | |
2006-02-24 | Remove description and default for the obsolete PURE_* variables. | ghen | 1 | -22/+1 | |
2006-02-23 | Only add "fonts.(alias|dir|scale)" to "CHECK_FILES_SKIP" if a package | tron | 1 | -1/+5 | |
is using "pkginstall.mk" to handle font installation. This fixes one of the many false positives created by "CHECK_FILES", in this case affecting the "xservers" package. | |||||
2006-02-22 | Add man/ru/*. | wiz | 21 | -21/+987 | |
2006-02-22 | Drop trailing whitespace. | wiz | 14 | -1377/+1377 | |
2006-02-21 | Instead of passing only the path to the tools to CONFIGURE_ARGS, pass | rillig | 1 | -4/+4 | |
the complete command. This fixes problems when EGREP is defined as "grep -E" instead of "egrep". | |||||
2006-02-19 | Add .tar.bz support | adrianp | 1 | -3/+3 | |
2006-02-18 | Added SITES.${foo} as an alias for SITES_${foo}. The latter will be | rillig | 1 | -3/+6 | |
deprecated after the 2006Q1 branch. | |||||
2006-02-18 | Remove deprecated and now unused file. | wiz | 1 | -18/+0 | |
2006-02-17 | Remove type1inst log file; improve empty dir detection; | wiz | 1 | -4/+4 | |
needed by fonts/intlfonts, ok@ jlam. | |||||
2006-02-17 | Fix typo in type1inst depends line. | wiz | 1 | -2/+2 | |
2006-02-16 | Add nl_BE and sv_SE locale dirs for gourmet. | wiz | 22 | -22/+198 | |
2006-02-16 | mirrors.cloud9.net seems unreliable - drop down the list of ↵ | abs | 1 | -2/+2 | |
MASTER_SITE_PERL_CPAN | |||||
2006-02-15 | DragonFly has native /usr/bin/gtar so add TOOLS_PLATFORM.gtar. | reed | 1 | -1/+2 | |
2006-02-13 | Only write the terminating HTML code to the ${_BROKENFILE} if the | rillig | 1 | -4/+4 | |
package is really broken. | |||||
2006-02-12 | The security/kth-krb4 package does not install bin/ftp anymore (since | rillig | 1 | -2/+2 | |
February 2004), so it doesn't conflict with bootstrap-pkgsrc. | |||||
2006-02-11 | Added "pre-build>" identifier to two echo commands. | rillig | 1 | -3/+3 | |
2006-02-11 | Renamed the ``restart'' variable to ``resume'', as that is what the | rillig | 1 | -13/+11 | |
variable does. | |||||
2006-02-11 | Fixed double quoting of _BROKENWRKLOG. | rillig | 1 | -2/+2 | |
2006-02-11 | When returning "..is not an acceptable TeX version.." also identify | ross | 1 | -2/+3 | |
which version(s) _are_ acceptable. | |||||
2006-02-11 | Teach the tools framework about various gettext-tools: gettext, msgfmt, | jlam | 1 | -1/+22 | |
and xgettext. These are supplied by devel/gettext-tools if not present in the base system. |