Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-02-13 | Fix a recently introduced logic error. PR pkg/37998 from Stuart Shelton. | tnn | 1 | -6/+6 | |
2008-02-13 | Added a new check for binaries, so that they are installed according to | rillig | 2 | -1/+60 | |
the INSTALL_UNSTRIPPED variable. By default, this check is disabled, so that it does not cause any breakage. NB: The file(1) command needs the explicit locale to prevent translated messages. This file is copied from check-interpreter.mk. | |||||
2008-02-13 | Pass the proper flags for stripping binaries to packages using BSD Make. | rillig | 1 | -1/+2 | |
2008-02-13 | Oops, fixed a typo. | rillig | 1 | -3/+2 | |
2008-02-13 | Documented the interface to packages. Renamed the targets to emphasize | rillig | 1 | -14/+21 | |
that they are private to the current file. | |||||
2008-02-13 | Whenever a tool from TOOLS_FAIL is executed, print a useful error | rillig | 1 | -2/+4 | |
message. This is much better than failing silently. | |||||
2008-02-13 | Added keywords for "bmake help". | rillig | 1 | -1/+2 | |
2008-02-13 | Added a keyword for "bmake help". | rillig | 1 | -1/+2 | |
2008-02-13 | Adjusted the documentation to the source code. | rillig | 1 | -2/+2 | |
2008-02-12 | Removed outdated comment. | rillig | 1 | -2/+1 | |
2008-02-10 | Enable check-fakehome.mk. | tnn | 1 | -1/+2 | |
2008-02-10 | Enable fake home directory support. Also add a wrkref check because an | tnn | 2 | -4/+15 | |
embedded path to the HOME directory can be a security problem if, say, the package looks in the HOME directory of an unprivileged user for configuration files. Note that this has the potential to cause some short-term fallout. | |||||
2008-02-10 | Made the code easier to read. | rillig | 1 | -11/+14 | |
2008-02-10 | Removed duplicated documentation. | rillig | 1 | -12/+1 | |
2008-02-08 | Skip ${PREFIX}/emul/linux32/proc.* as well | adrianp | 1 | -3/+4 | |
2008-02-07 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 24 | -122/+120 | |
2008-02-07 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 10 | -49/+49 | |
XXX: Why do we have the exactly same code in all the files? | |||||
2008-02-07 | Same as previous, but the line above. (Sigh) | tnn | 1 | -3/+4 | |
2008-02-07 | Oops, make sure the variable is defined before testing it's value. | tnn | 1 | -2/+3 | |
2008-02-07 | Fix a miss that made the hpux bootstrap erronously pull in posix_headers. | tnn | 1 | -2/+4 | |
2008-02-07 | Get rid of USE_TOOLS+=nroff in the USE_BSD_MAKEFILE case. | tnn | 1 | -2/+1 | |
Just because a package has BSD style Makefile doesn't mean it has manpages. A sweep of packages with USE_BSD_MAKEFILE=yes is forthcoming; USE_TOOLS+=groff nroff will be added where appropriate. | |||||
2008-02-07 | Fix busted groff handling on SunOS. | tnn | 1 | -3/+7 | |
Also, change the logic so that the construct: USE_TOOLS+= groff nroff means: "iff groff is to be provided by textproc/groff, then nroff is also to be provided by textproc/groff". This provides a sane mechanism to express need for GNU nroff. This is part one of fixing packages that set USE_BSD_MAKEFILE=yes on SunOS. (bsd.man.mk needs an nroff that understands -mandoc) | |||||
2008-02-06 | Recognise Solaris/xen as i386 | tnn | 1 | -2/+2 | |
2008-02-06 | Replace 'spidermonkey' option with a generic 'javascript' option. | bjs | 1 | -1/+1 | |
Now that we have lang/ossp-js, I cannot find a good reason to use spidermonkey, and elinks was the only package using that option. | |||||
2008-02-05 | No need to walk the whole directory when checking for emptyness. | tnn | 1 | -3/+3 | |
From Robert Elz. | |||||
2008-02-05 | This is the check part of the fake $HOME code. Not enabled yet. | tnn | 1 | -0/+40 | |
2008-02-05 | Convert to ${RUN} | tnn | 2 | -7/+4 | |
2008-02-03 | Remove ftp.informatik.hu-berlin.de from MASTER_SITES_GNU since it doesn't | tnn | 1 | -2/+3 | |
seem to support passive mode. From Alver on #pkgsrc In it's place, add mirrors.kernel.org and ftp.sunet.se instead. | |||||
2008-02-01 | Documented PRIVILEGED_STAGES. | rillig | 1 | -1/+10 | |
2008-01-31 | Rewrote the header comment, since it was very hard to understand. Now it | rillig | 1 | -37/+30 | |
follows the common scheme. | |||||
2008-01-30 | Try to fix PR pkg/26143 with caution: | tron | 1 | -2/+4 | |
- Set "CC" to "gcc -isystem /usr/include" during bootstrap. - Add "-isystem /usr/include" to the Darwin specific "CPPFLAGS". | |||||
2008-01-29 | Reverted my last change. I was completely wrong. The real fault reported | rillig | 1 | -7/+6 | |
in PR 37905 is exactly what I wanted to prevent using this check: A configuration file was mentioned via CONF_FILES but does not exist in the PLIST. | |||||
2008-01-29 | Disabled the check for missing example configuration files, since | rillig | 1 | -6/+7 | |
according to PR 37905, it gets called too early. | |||||
2008-01-29 | Simplify LOWER_OS_VERSION handling by using the :tl modifier. | tnn | 1 | -11/+3 | |
2008-01-28 | Add clisp and sbcl option descriptions | reinoud | 1 | -0/+2 | |
2008-01-26 | See also: PLIST_SUBST | rillig | 1 | -1/+4 | |
2008-01-23 | Use bsd.fast.prefs.mk in some very commonly included locations. | tnn | 2 | -4/+4 | |
2008-01-23 | Got rid of _PKG_SILENT. Why use __file__ when a simple f does the same? | rillig | 1 | -9/+7 | |
2008-01-23 | Add better error message when failing to tar up old package. | gdt | 1 | -2/+3 | |
2008-01-23 | Replaced unreadable code with readable code by doing a little | rillig | 1 | -7/+9 | |
substitution. | |||||
2008-01-23 | STEP_MSG may be a hidden command. | rillig | 1 | -5/+3 | |
2008-01-23 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN, after making sure that the | rillig | 1 | -82/+79 | |
additional error checking won't break anything that isn't intended to break. | |||||
2008-01-23 | Don't run pkg_create with the -v option. It prints a temporary package | rillig | 2 | -3/+4 | |
name which isn't correct, and the "Value of SrcDir" that is used is not important to any pkgsrc user. Instead, let the pkgsrc infrastructure print the package name. | |||||
2008-01-23 | Made the wording more into an explanation. | rillig | 1 | -2/+3 | |
2008-01-21 | The package x11/gdm embeds ${exec_prefix} into a macro containing a | rillig | 1 | -2/+3 | |
PATH, in which it is not directly preceded by a quote character: #define GDM_USER_PATH "/usr/bin:/bin:${exec_prefix}" Catch this by complaining about "${" also when it appears after a colon. Since this check is still disabled by default, it will not surprise anyone. | |||||
2008-01-21 | Mirror site of sourceforge.jp, keihanna and globalbase come back. | obache | 1 | -1/+3 | |
2008-01-19 | Explained the evolution of mount(2) in NetBSD and how to deal with it. | rillig | 1 | -3/+14 | |
2008-01-19 | Renamed some *.mk files to *.help, since they only contain comments. | rillig | 3 | -3/+6 | |
2008-01-19 | Added a file where difficulties using specific C functions can be | rillig | 1 | -0/+12 | |
documented. The first one is mremap(), since its prototype differs between Linux and NetBSD. | |||||
2008-01-19 | remove lang/scsl-* related bits. | tnn | 1 | -18/+4 | |