Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-06-12 | Separate the message from the do-distribution-patch and do-pkgsrc-patch | jlam | 1 | -7/+13 | |
targets so that if they're overridden in the package Makefile, the message is still printed. | |||||
2005-06-12 | Rename "apply-distribution-patches" and "apply-pkgsrc-patches" targets | jlam | 1 | -7/+13 | |
to "do-distribution-patch" and "do-pkgsrc-patch", respectively, and allow them to be overridden by the package Makefile. This allows for more fine-grained overriding of the patch process. | |||||
2005-06-11 | Allow this file to be included even if no options are supported | dillo | 1 | -6/+9 | |
(as may be the case if all options are platform specific). In that case set PKG_OPTIONS to empty and skip the rest of the file. Okayed by jlam. | |||||
2005-06-11 | Remove unnecessary .undef lines after .for loops as the loop variables | jlam | 6 | -27/+6 | |
are automatically undefined after the loop exits. | |||||
2005-06-11 | Add a default fall-through for the shell case statement (portability | jlam | 1 | -1/+2 | |
issue). | |||||
2005-06-10 | check-wrkref is a make target that greps through the installed files | jlam | 1 | -1/+56 | |
for a package and looks for references to the build directory. If any such references are found and PKG_DEVELOPER is defined, then exit with an error. This target is automatically run after a package is installed if CHECK_WRKREF is "yes". The default value for CHECK_WRKREF is "no". You can specify certain files to be skipped during the check by setting CHECK_WRKREF_SKIP to a list of shell globs. Installed files that match these globs are skipped when running the check-wrkref target. The original implementation was from Dan McMahill sent to me in private email. I've added a few more bells and whistles for this commit. This target will be helpful for catching any unwrapped files or mis-embedded tool paths. | |||||
2005-06-10 | Force an autoconf "cache" override for tools that are likely to be | jlam | 1 | -2/+5 | |
shell builtins, e.g. echo, false, test, true, since those tools don't have a full path. | |||||
2005-06-10 | mk.conf needs to be backed up as part of the bootstrap files. | sketch | 1 | -2/+2 | |
2005-06-09 | Fixed a typo. | rillig | 1 | -2/+2 | |
2005-06-09 | Fix harmless typo. | jlam | 1 | -2/+2 | |
2005-06-09 | Forgot the strip the comma when removing "-Wl," from the the next | jlam | 1 | -2/+2 | |
argument during argument merging. | |||||
2005-06-09 | General improvements to the changes-entry target: | jlam | 1 | -10/+20 | |
* Improve the documentation. * Avoid running commands during Makefile processing by using the :sh modifier instead of defining variables using != * Add a new variable PKGSRC_CHANGES that holds the path to the CHANGES file to be modified. * Use ${ID} and ${DATE}, which are provided by the tools framework and avoid PATH issues. | |||||
2005-06-09 | Don't reinvent PKGPATH, which already contains just the "category/package" | jlam | 1 | -3/+2 | |
portion of the path. | |||||
2005-06-09 | Add a documentation block above the changes-entry target. | jlam | 1 | -1/+16 | |
2005-06-09 | Delay running of id until it is needed. Fixes PR 30477 by Neil Hoggarth. | wiz | 1 | -5/+3 | |
2005-06-09 | Rewrite the USE_BUILTIN.pthread section a bit so that it more closely | jlam | 1 | -3/+5 | |
matches the template in bsd.builtin.mk. This causes USE_BUILTIN.pthread to be cached, which is useful at least for debugging purposes. | |||||
2005-06-09 | Clarify why dlopen.builtin.mk ignores PREFER_* values. | jlam | 1 | -1/+6 | |
2005-06-08 | Add changes-entry target, which adds an entry for the current package | wiz | 1 | -1/+22 | |
into pkgsrc/doc/CHANGES. The type of the entry depends on what CTYPE is set to, which defaults to "Updated". Other possible values are "Added", "Renamed", "Moved", and "Removed". An example usage would be: cd /usr/pkgsrc/category/package make changes-entry CTYPE=Added after you added a new package, and similar for the others. If NETBSD_LOGIN_NAME is not set in /etc/mk.conf, it defaults to your local login name. | |||||
2005-06-08 | Fix variable name in comment: it is PKG_OPTIONS_VAR, with an S. | wiz | 1 | -2/+2 | |
2005-06-08 | Print the full path to broken or modified patches that aren't applied. | jlam | 1 | -4/+6 | |
This also fixes the problem where the names of broken local patches (in ${LOCALPATCHES}) weren't printed correctly in the error message. | |||||
2005-06-08 | fix variable name in example comment | dillo | 1 | -2/+2 | |
2005-06-08 | Add description for emacs-xaw3d. | markd | 1 | -0/+1 | |
2005-06-08 | Remove obsolete EMACS_USE_XAW3D. | markd | 1 | -6/+1 | |
2005-06-08 | The USE_BUILTIN.dl code got too complex in the previous commit. | jlam | 1 | -22/+4 | |
Simplify it so that USE_BUILTIN.dl is simply IS_BUILTIN.dl except for Darwin's special case. This makes PREFER_PKGSRC=yes work again on NetBSD instead of causing USE_BUILTIN.dl=no to be set, which is impossible. | |||||
2005-06-08 | Properly turn: | jlam | 1 | -1/+32 | |
-Wl,-rpath -Wl,/dir1:/dir2:/dir3 into: -Wl,-rpath,/dir1 -Wl,-rpath,/dir2 -Wl,-rpath,/dir3 Do the same for -Wl,-R and -Wl,-rpath-link. This makes the wrapper scripts pass the test in regress/buildlink-transform/rpath-merge.mk and fixes PR pkg/27702. | |||||
2005-06-08 | Update comment to reflect implementation. | jlam | 1 | -2/+2 | |
2005-06-08 | Remove part of comment that is no longer true. | jlam | 1 | -5/+2 | |
2005-06-07 | Add description for mjpegtools-cmov, from Geert Hendrickx in PR 30366. | wiz | 1 | -0/+1 | |
2005-06-07 | Add another common name for the GNU configure variable name used for the | jlam | 1 | -2/+2 | |
"env" tool. | |||||
2005-06-07 | Add a few more GNU configure variable names that are commonly used. | jlam | 1 | -2/+7 | |
Also, some configure scripts use "ENV" to represent the path to the "env" tool, which is probably bad since ENV has a special meaning to /bin/sh. To workaround this, set ac_cv_path_ENV. | |||||
2005-06-06 | make legacy variables external: | dillo | 2 | -20/+38 | |
PKG_LEGACY_OPTIONS PKG_OPTIONS_DEPRECATED_WARNINGS | |||||
2005-06-05 | Force libtool-base-1.5.18nb3 on DragonFly. | tv | 1 | -1/+2 | |
2005-06-05 | Fixed a typo in a comment. | rillig | 1 | -2/+2 | |
2005-06-04 | IMAKE_FILEMAN_SUFFIX is 4 on Solaris and (as I read it) OSF1 and UnixWare. | markd | 3 | -10/+9 | |
2005-06-04 | Added a leading underscore to the names of the *_COOKIE variables, as they | rillig | 3 | -63/+63 | |
are not part of the public interface. | |||||
2005-06-04 | Describe new xterm options, from Jeroen Ruigrok van der Werven | wiz | 1 | -0/+3 | |
2005-06-04 | Improve the way option groups are displayed in show-options. | dillo | 1 | -12/+26 | |
While here, rename _cls_ to _grp_, as they are called groups. | |||||
2005-06-04 | Fix variable names in usage example. | seb | 1 | -3/+3 | |
2005-06-03 | Teach the tools framework about mktemp. Replace explicit tests for | jlam | 9 | -9/+31 | |
mktemp with USE_TOOLS+=mktemp in the samba packages. | |||||
2005-06-03 | Teach the tools framework about bdftopcf and remove | jlam | 2 | -43/+20 | |
x11-clients.buildlink3.mk. Packages that need bdftopcf should say: USE_TOOLS+= bdftopcf | |||||
2005-06-03 | Back out revision 1.1684. MAKEFLAGS was being propagated incorrectly | jlam | 1 | -14/+1 | |
through to dependencies, which caused dependencies to have improper lists of tools required. XXX This whole mess with MAKEFLAGS and which ones are passed along when XXX running the install-depends target needs to be fixed for real. | |||||
2005-06-03 | Coalesce the common makefile code in the builtin.mk file that inspect | jlam | 2 | -0/+167 | |
the X11 distribution using imake into mk/buildlink3/imake-check.mk. imake-check.mk calls out to a helper shell script mk/buildlink3/imake-check that generates the required Imakefiles and runs imake. Remove the now extraneous builtin-imake.mk files as the builtin.mk files can now contain the name of the imake symbol to check. | |||||
2005-06-03 | don't requrie PKG_SUPPORTED_OPTIONS to be set when groups are in use | dillo | 1 | -5/+8 | |
2005-06-03 | Remove obsolete USE_GIF variable. | wiz | 1 | -8/+1 | |
2005-06-03 | Describe options used in inputmethod/uim and www/w3m. | uebayasi | 1 | -6/+9 | |
2005-06-03 | Describe idea option. | wiz | 1 | -1/+1 | |
2005-06-03 | Remove obsolete USE_IDEA variable. | wiz | 1 | -7/+1 | |
2005-06-03 | Remove USE_ESOUND, all users have been converted. | wiz | 1 | -7/+1 | |
2005-06-03 | "socks" option has been removed, remove it here too. | wiz | 1 | -1/+0 | |
2005-06-03 | Remove gtk2 options description now that option has been removed :) | wiz | 1 | -1/+0 | |