Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2008-01-18 | Default value of EMACS_TYPE is now emacs22. | obache | 1 | -2/+2 | |
Noticed by ISIHARA Takanori in PR 37754. | |||||
2008-01-18 | If the package doesn't provide a SUBST_MESSAGE, generate a default one. | rillig | 1 | -3/+4 | |
This way, file modifications cannot go unnoticed and at least appear in the build logs. While here, fixed an ambiguity in the description of SUBST_MESSAGE. | |||||
2008-01-18 | Don't rely on file(1) to distinguish text files from binary files. This | rillig | 1 | -5/+5 | |
has proven too unreliable in the past. For example, some Makefile.in files were classified as "Quake I or II world or extension", just because they happen to start with the letters "PACK". This method was also subject to subtle differences in the locale. The new method counts the number of NUL bytes in the file. It does not depend on the locale settings. The -c option of wc(1) counts bytes, not characters, and tr(1), which may interpret multibyte sequences, is protected by LC_ALL. It should also work with the historical implementations of tr(1) that could not handle NUL bytes and discarded them, since this is exactly the intention. See also: * http://mail-index.netbsd.org/tech-pkg/2006/07/05/0000.html * PR 37793 | |||||
2008-01-18 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 1 | -7/+4 | |
2008-01-16 | Make the default rpath for USE_CHECK_SHLIBS_ELF a platform variable. | joerg | 3 | -4/+8 | |
Define the values for NetBSD and DragonFly. | |||||
2008-01-16 | Provide a mechanism for enabling use of pkgtools/posix_headers. | tnn | 3 | -3/+18 | |
2008-01-16 | Delete comment about bmake not accepting .SHELL, that PR was fixed long | tnn | 1 | -9/+4 | |
ago ... XXX: I would enable /bin/ksh as bmake's default shell but it fails on one of the bmake unit tests. Will need to figure out why ... Maybe some day we can provide a posixly correct shell as part of the bootstrap process. | |||||
2008-01-16 | pkg_install 20070802 is good enough, don't be overly aggressive. | joerg | 1 | -4/+1 | |
2008-01-15 | Default to modular X.org on HPUX, since native X11 is old/broken and | tnn | 1 | -1/+7 | |
X11 headers are not bundled with the operating system. | |||||
2008-01-15 | Print _USE_DESTDIR as USE_DESTDIR from pbulk-index. | joerg | 1 | -1/+2 | |
2008-01-15 | Always tell the C++ compiler that we want support for ANSI C++ features | tnn | 1 | -1/+4 | |
like namespace std enabled. | |||||
2008-01-14 | Make setenv(3) a libnbcompat-provided feature. | tnn | 2 | -4/+12 | |
2008-01-14 | Document "postfix-stress" option. | ghen | 1 | -0/+1 | |
2008-01-14 | remove makedepend hack | tnn | 1 | -4/+1 | |
2008-01-14 | Don't provide a redundant CPP definition | tnn | 1 | -2/+1 | |
2008-01-13 | Bump PKGTOOLS_REQD to 20071224 so everyone still has the functionality | adrianp | 1 | -2/+2 | |
that used to be in security/audit-packages. | |||||
2008-01-12 | Only force gmake for imake on Linux, if using native implementation. | joerg | 1 | -1/+3 | |
2008-01-12 | If LOWER_ARCH is x86_64 on Linux, force it for MACHINE_ARCH as well. | joerg | 1 | -1/+4 | |
On a Core 2 Xeon, it breaks a lot of things otherwise as it ends up as something like "Intel(R) Core(R)". | |||||
2008-01-10 | Explained the difference between an lvalue and an rvalue. | rillig | 1 | -2/+21 | |
Documented the __STDC__ macro, especially Sun's implementation. | |||||
2008-01-09 | Document notion that Free/Open licenses do not end in -license. | gdt | 1 | -10/+18 | |
2008-01-09 | Update list of PostgreSQL mirrors, from: | ghen | 1 | -52/+99 | |
http://wwwmaster.postgresql.org/download/mirrors-ftp Include http mirrors. | |||||
2008-01-09 | Add option description for jpilot in claws-mail | smb | 1 | -0/+1 | |
2008-01-08 | Fixed spelling. | heinz | 1 | -1/+1 | |
2008-01-08 | Add options to liferea to permit selection of different rendering engines | smb | 1 | -0/+3 | |