Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-10-03 | fix comment about CHANGES file for changes-entry, since the default is | gdt | 1 | -2/+2 | |
really CHANGES-YYYY | |||||
2006-10-03 | Rewrote the bin-install target so that it doesn't lock LOCALBASE | rillig | 1 | -20/+31 | |
recursively. This bug was reported by Hans Rosenfeld in http://mail-index.netbsd.org/tech-pkg/2006/10/03/0002.html As a side effect, when bin-install fails to install a binary package, the package is still built from source, but not as a privileged user. | |||||
2006-10-02 | Change the quoting to let this work with solaris-2.9 /bin/sh. | dmcmahill | 1 | -2/+2 | |
The particular /bin/sh bug that was biting here is "${x}"/*/*/"$y" doesn't expand the *'s if $y starts with a "." which, unfortunately, it does. Using "${x}"/*/*/$y works correctly. | |||||
2006-10-02 | Some fixes: | rillig | 1 | -6/+2 | |
- PKG_DEVELOPER may be undefined, meaning "no". - Removed unused variables. - Removed a trailing empty line. | |||||
2006-10-02 | Added a new compile-time check that detects the usage of the "==" | rillig | 2 | -1/+67 | |
operator in test(1). It is enabled by default when PKG_DEVELOPER is selected. In my private bulk build of about 3700 packages, there had been no false positive. | |||||
2006-10-02 | Replaced ${RECURSIVE_MAKE} with ${SH}, so that the README.html files can | rillig | 1 | -2/+2 | |
be generated again. | |||||
2006-10-01 | Progress messages are prefixed with "sort-packages>", not "upload>". | rillig | 1 | -2/+2 | |
2006-10-01 | Reformatted the header comment to be searchable by bsd.pkg.help.mk. | rillig | 1 | -59/+36 | |
2006-10-01 | All the files in mk/ are searched for helping information. | rillig | 1 | -7/+9 | |
Variable help texts may also start with the variable name, followed by a colon. The help message is more detailed. | |||||
2006-10-01 | The value of PKG_OPTIONS_VAR is printed as is in an error message. This | rillig | 1 | -2/+3 | |
makes "double quotes" visible when they are accidentally included by the pkgsrc user. | |||||
2006-09-27 | Remove XFree86. | joerg | 5 | -35/+14 | |
2006-09-26 | Use /bin/mount if it exists on Linux, because some distros (e.g. Ubuntu | minskim | 1 | -2/+6 | |
Linux) do not have /sbin/mount. | |||||
2006-09-25 | Adjust MASTER_SITE_MOZILLA. | salo | 1 | -8/+6 | |
2006-09-25 | PR pkg/33876: use the actual package name instead of "this package" in | ghen | 1 | -2/+2 | |
supported-options-message. ok with wiz. | |||||
2006-09-24 | Generalize Mozilla GTK2 packages in a comment. | salo | 1 | -2/+2 | |
2006-09-24 | Describe "seamonkey" gecko option. | salo | 1 | -0/+1 | |
2006-09-22 | - Compute CHEKCK_FILES filter on the entries requested and keep it | joerg | 4 | -12/+28 | |
as tight as possible. Files we don't handle shouldn't be skipped. - fonts.alias is not created automatically, so don't remove it. - create fonts.encoding with mkfontdir using -e X11_ENCODINGSDIR. On platforms not following the X11R6 loayout this might need to be overriden. - Fix type1inst calls. - Modify packages which installed fonts.alias before to actually include it in the PLIST and bump the revisions accordingly. - Modify xorg-fonts* packages to use FONTS_DIRS.* to build indices at run time. Discussed with wiz and jlam. | |||||
2006-09-19 | Bugfix: In the #! interpreter lines, allow white-space behind the #!. | rillig | 1 | -2/+2 | |
This fixes the build for audio/madman. Before, only some of the interpreters had been replaced. | |||||
2006-09-19 | Even if NO_CHECKSUM is set, the "checksum" target still needs to depend | rillig | 1 | -2/+2 | |
on "fetch". Otherwise the distfiles are never fetched. | |||||
2006-09-18 | Define "NOLOGIN" to "/usr/bin/false" rather than ${FALSE} (which doesn't | tron | 1 | -3/+2 | |
contain the directory name) and don't set "_PKG_USER_SHELL" which should really be private to "bsd.pkginstall.mk". | |||||
2006-09-17 | When $debug_log is set to ":" and at the same time $IFS is ":", the | rillig | 3 | -3/+7 | |
command line $debug_log $arguments tries to execute the empty command. This results in error messages of the form cc[50]: : cannot execute (IRIX) bash: : command not found (Bash) : permission denied (NetBSD /bin/sh) Setting IFS to the original value as soon as possible fixes these bugs. Fixes PR 34135. | |||||
2006-09-17 | Fixed the "unknown command" error messages for debug_log, which is a | rillig | 9 | -57/+57 | |
variable, not a shell function. | |||||
2006-09-17 | Also ignore fontconfig cache like the "clasic" databases. | joerg | 1 | -1/+2 | |
2006-09-15 | Now, gettext tools is available from devel/gettext-tools, so prioritize | obache | 1 | -2/+2 | |
gettext-tools over gettext. | |||||
2006-09-14 | Bugfix: Missing shared libraries are reported again. This feature had been | rillig | 1 | -2/+2 | |
broken since the introduction of delayed errors and warnings. | |||||
2006-09-13 | Add support for cpio archives. | joerg | 2 | -2/+20 | |
2006-09-12 | Add the nds@NFE locale directory, initially used by yelp-2.16.0. | jmmv | 13 | -13/+65 | |
2006-09-12 | Add a bunch of Spanish locale directories (es_*), initially used by | jmmv | 13 | -13/+689 | |
gnome2-applets-2.16.0. | |||||
2006-09-11 | Add description for psycopg[12] options used by www/py-django. | joerg | 1 | -0/+2 | |
2006-09-10 | cosmetic change | schwarz | 1 | -2/+2 | |
2006-09-10 | ${X11BASE} can now be set to /usr, so just do so for IRIX and OSF1. No need | schwarz | 1 | -1/+3 | |
for any artificial symlinking any more in bootstrap. | |||||
2006-09-10 | ensure that -I and -L paths are correctly rewritten even if ${LOCALBASE} | schwarz | 1 | -4/+15 | |
contains ${X11BASE} (e.g. ${LOCALBASE} being /usr/local and ${X11BASE} being /usr) | |||||
2006-09-10 | Add the gn locale directory, initially used by gnome-menus 2.16.0. | jmmv | 13 | -13/+65 | |
2006-09-10 | Fix PR pkg/34139 in a diffent way: | tron | 2 | -7/+13 | |
Setting "WRAPPER_SKIP_TRANSFORM" to "yes" isn't enough because "imake" will invoke the C compiler which might be a wrapper script which always fails because the package didn't use "USE_LANGUAGES+= c". The "imake-check" script now simply uses the original command path before "bsd.pkg.mk" modified and will therefore avoid using any wrappers. | |||||
2006-09-10 | improve imake support on IRIX 5 | schwarz | 1 | -4/+2 | |
2006-09-09 | Rename variable MAKEFILE to MAKE_FILE, as suggested in PR 28392. | obache | 4 | -10/+10 | |
2006-09-07 | Add the share/gtk-doc/html directory. This is already used by several | jmmv | 13 | -13/+65 | |
packages that do not remove this at all, and others will be migrated to use it in the future. | |||||
2006-09-06 | Describe libgpod option. Sort. | wiz | 1 | -3/+4 | |
2006-09-03 | use gzip -cd instead of gzcat, the latter not being available on all systems, | schwarz | 1 | -2/+2 | |
notably not being part of pkgsrc. | |||||
2006-09-03 | Call imake(1) with `WRAPPER_SKIP_TRANSFORM=yes'. The arguments | hira | 1 | -2/+3 | |
should not be transformed by wrapper. This fixes PR pkg/34139. Reviewed by tron@. | |||||
2006-09-03 | Update MASTER_SITES (mirror.switch.ch). | wiz | 2 | -6/+5 | |
From Jukka Salmi in PR 34457. | |||||
2006-09-02 | Added http://qgpop.dl.sourceforge.jp/ in MASTER_SITE_SOURCEFORGE_JP. | obache | 1 | -2/+3 | |
2006-09-02 | SUNSITE in Tokyo University of Science has been closed, | obache | 1 | -3/+1 | |
so remove sunsite.{tus,sut}.ac.jp | |||||
2006-09-02 | Canonical name of SourceForge.jp's DNS round robin download server is | obache | 1 | -2/+2 | |
`download', not `downloads'. | |||||
2006-08-31 | Instead of the variables CHOWN and CHGRP, the TOOLS_PLATFORM.* variables | rillig | 1 | -3/+3 | |
need to be overridden to generate tool wrappers that also work when called with their simple names (for example chown instead of ${CHOWN}). | |||||
2006-08-28 | Add missing $NetBSD$ | dmcmahill | 1 | -0/+2 | |
2006-08-26 | spelling correction | schwarz | 1 | -3/+3 | |
2006-08-26 | X11_TYPE being undefined cannot occur thanks to the preceeding line | schwarz | 1 | -2/+2 | |
2006-08-25 | Make sure that /usr/bin/wish exists before using it as a tool. | minskim | 1 | -1/+3 | |
2006-08-22 | Avoid spurious false negatives when the directories are reordered | joerg | 1 | -4/+7 | |
during install phase by sorting explicitly. |