summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2006-10-03fix comment about CHANGES file for changes-entry, since the default isgdt1-2/+2
really CHANGES-YYYY
2006-10-03Rewrote the bin-install target so that it doesn't lock LOCALBASErillig1-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-02Change the quoting to let this work with solaris-2.9 /bin/sh.dmcmahill1-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-02Some fixes:rillig1-6/+2
- PKG_DEVELOPER may be undefined, meaning "no". - Removed unused variables. - Removed a trailing empty line.
2006-10-02Added a new compile-time check that detects the usage of the "=="rillig2-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-02Replaced ${RECURSIVE_MAKE} with ${SH}, so that the README.html files canrillig1-2/+2
be generated again.
2006-10-01Progress messages are prefixed with "sort-packages>", not "upload>".rillig1-2/+2
2006-10-01Reformatted the header comment to be searchable by bsd.pkg.help.mk.rillig1-59/+36
2006-10-01All the files in mk/ are searched for helping information.rillig1-7/+9
Variable help texts may also start with the variable name, followed by a colon. The help message is more detailed.
2006-10-01The value of PKG_OPTIONS_VAR is printed as is in an error message. Thisrillig1-2/+3
makes "double quotes" visible when they are accidentally included by the pkgsrc user.
2006-09-27Remove XFree86.joerg5-35/+14
2006-09-26Use /bin/mount if it exists on Linux, because some distros (e.g. Ubuntuminskim1-2/+6
Linux) do not have /sbin/mount.
2006-09-25Adjust MASTER_SITE_MOZILLA.salo1-8/+6
2006-09-25PR pkg/33876: use the actual package name instead of "this package" inghen1-2/+2
supported-options-message. ok with wiz.
2006-09-24Generalize Mozilla GTK2 packages in a comment.salo1-2/+2
2006-09-24Describe "seamonkey" gecko option.salo1-0/+1
2006-09-22- Compute CHEKCK_FILES filter on the entries requested and keep itjoerg4-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-19Bugfix: In the #! interpreter lines, allow white-space behind the #!.rillig1-2/+2
This fixes the build for audio/madman. Before, only some of the interpreters had been replaced.
2006-09-19Even if NO_CHECKSUM is set, the "checksum" target still needs to dependrillig1-2/+2
on "fetch". Otherwise the distfiles are never fetched.
2006-09-18Define "NOLOGIN" to "/usr/bin/false" rather than ${FALSE} (which doesn'ttron1-3/+2
contain the directory name) and don't set "_PKG_USER_SHELL" which should really be private to "bsd.pkginstall.mk".
2006-09-17When $debug_log is set to ":" and at the same time $IFS is ":", therillig3-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-17Fixed the "unknown command" error messages for debug_log, which is arillig9-57/+57
variable, not a shell function.
2006-09-17Also ignore fontconfig cache like the "clasic" databases.joerg1-1/+2
2006-09-15Now, gettext tools is available from devel/gettext-tools, so prioritizeobache1-2/+2
gettext-tools over gettext.
2006-09-14Bugfix: Missing shared libraries are reported again. This feature had beenrillig1-2/+2
broken since the introduction of delayed errors and warnings.
2006-09-13Add support for cpio archives.joerg2-2/+20
2006-09-12Add the nds@NFE locale directory, initially used by yelp-2.16.0.jmmv13-13/+65
2006-09-12Add a bunch of Spanish locale directories (es_*), initially used byjmmv13-13/+689
gnome2-applets-2.16.0.
2006-09-11Add description for psycopg[12] options used by www/py-django.joerg1-0/+2
2006-09-10cosmetic changeschwarz1-2/+2
2006-09-10${X11BASE} can now be set to /usr, so just do so for IRIX and OSF1. No needschwarz1-1/+3
for any artificial symlinking any more in bootstrap.
2006-09-10ensure that -I and -L paths are correctly rewritten even if ${LOCALBASE}schwarz1-4/+15
contains ${X11BASE} (e.g. ${LOCALBASE} being /usr/local and ${X11BASE} being /usr)
2006-09-10Add the gn locale directory, initially used by gnome-menus 2.16.0.jmmv13-13/+65
2006-09-10Fix PR pkg/34139 in a diffent way:tron2-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-10improve imake support on IRIX 5schwarz1-4/+2
2006-09-09Rename variable MAKEFILE to MAKE_FILE, as suggested in PR 28392.obache4-10/+10
2006-09-07Add the share/gtk-doc/html directory. This is already used by severaljmmv13-13/+65
packages that do not remove this at all, and others will be migrated to use it in the future.
2006-09-06Describe libgpod option. Sort.wiz1-3/+4
2006-09-03use gzip -cd instead of gzcat, the latter not being available on all systems,schwarz1-2/+2
notably not being part of pkgsrc.
2006-09-03Call imake(1) with `WRAPPER_SKIP_TRANSFORM=yes'. The argumentshira1-2/+3
should not be transformed by wrapper. This fixes PR pkg/34139. Reviewed by tron@.
2006-09-03Update MASTER_SITES (mirror.switch.ch).wiz2-6/+5
From Jukka Salmi in PR 34457.
2006-09-02Added http://qgpop.dl.sourceforge.jp/ in MASTER_SITE_SOURCEFORGE_JP.obache1-2/+3
2006-09-02SUNSITE in Tokyo University of Science has been closed,obache1-3/+1
so remove sunsite.{tus,sut}.ac.jp
2006-09-02Canonical name of SourceForge.jp's DNS round robin download server isobache1-2/+2
`download', not `downloads'.
2006-08-31Instead of the variables CHOWN and CHGRP, the TOOLS_PLATFORM.* variablesrillig1-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-28Add missing $NetBSD$dmcmahill1-0/+2
2006-08-26spelling correctionschwarz1-3/+3
2006-08-26X11_TYPE being undefined cannot occur thanks to the preceeding lineschwarz1-2/+2
2006-08-25Make sure that /usr/bin/wish exists before using it as a tool.minskim1-1/+3
2006-08-22Avoid spurious false negatives when the directories are reorderedjoerg1-4/+7
during install phase by sorting explicitly.