Age | Commit message (Expand) | Author | Files | Lines |
2007-08-20 | For DESTDIR operation, no need to filter out old files. | joerg | 1 | -1/+8 |
2007-08-03 | Update _USE_DESTDIR=full handling to use the new -u/-g code and | joerg | 1 | -11/+2 |
2007-07-31 | Don't substitute for OPSYS- or ARCH-related variables in print-plist | jlam | 1 | -8/+13 |
2007-07-29 | * Add new emulator framework in pkgsrc/mk/emulator that handles all | jlam | 1 | -1/+4 |
2007-07-27 | Move the +SHLIBS generation code back into the pkginstall module. In the | jlam | 2 | -89/+1 |
2007-07-23 | Putting bsd.pkginstall.mk under bsd.tools.mk was a bad idea -- the | jlam | 2 | -1/+89 |
2007-07-18 | Add back a facility to rebuild the run-time library search paths database | jlam | 2 | -59/+1 |
2007-07-18 | Preserve the default value of PLIST_SRC as PLIST_SRC_DFLT while still | jlam | 1 | -21/+20 |
2007-07-03 | + be@latin for libwnck. | wiz | 1 | -1/+5 |
2007-07-02 | Remove USE_MTREE support. Keep one copy (the NetBSD version) for | joerg | 2 | -2/+1347 |
2007-06-09 | Fixed the description of PLIST_SRC. | rillig | 1 | -16/+12 |
2007-05-28 | Changed suffix for _PLIST_NOKEYWORDS to be more in line with other files | heinz | 1 | -2/+2 |
2007-05-28 | In order to avoid incorrect information about needed shared libraries in | heinz | 1 | -2/+17 |
2007-04-22 | rename shared modules from .so to .sl | tnn | 1 | -4/+9 |
2007-04-21 | .so -> .sl substitution | tnn | 1 | -1/+5 |
2007-04-19 | add awk script to be used for Spectrum Object Module shlib handling. | tnn | 2 | -1/+13 |
2007-04-11 | ECOFF on OSF1 behaves like ELF as far as PLISTs are concerned. | tnn | 1 | -2/+2 |
2007-03-07 | Fixed a GNU awk warning about quoting. | rillig | 1 | -2/+2 |
2007-03-02 | Make MTREE_FILE and MTREE_ARGS internal by prefixing them with '_'. | wiz | 1 | -3/+3 |
2007-02-20 | A missing quote. | uebayasi | 1 | -2/+2 |
2006-11-15 | Font-related entries we skip for CHECK_FILES should be skipped for | joerg | 1 | -1/+14 |
2006-11-05 | Rename _INSTALL_ROOT_USER to REAL_ROOT_USER. Use it as default for | joerg | 1 | -3/+3 |
2006-10-15 | Include some more magic to set ownership of packages build with | joerg | 1 | -2/+11 |
2006-10-09 | Main infrastructure for DESTDIR support. | joerg | 2 | -13/+13 |
2006-07-21 | Modify the shlib-type script so that it doesn't need to compile anything | jlam | 2 | -26/+22 |
2006-07-15 | Split the variable BUILD_DEFS into those that are defined by packages | rillig | 1 | -2/+2 |
2006-07-07 | Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are private | jlam | 1 | -3/+3 |
2006-06-08 | Fix an inverted test that caused all catman pages to be stripped from | jlam | 1 | -3/+3 |
2006-06-03 | First pass at implementing support for package system flavors other | jlam | 1 | -1/+2 |
2006-06-01 | Removed superfluous backslashes. | rillig | 1 | -2/+2 |
2006-06-01 | In AWK string literals, backslashes must be doubled. Otherwise they are | rillig | 1 | -4/+4 |
2006-05-29 | When filtering out unrelated info files, only check the last bit of | jlam | 1 | -4/+4 |
2006-05-14 | Re-add ${PREFIX} to the list of directories print-PLIST target | seb | 1 | -1/+2 |
2006-05-09 | Apply PRINT_PLIST_AWK and _PLIST_PLIST_AWK_SUBST in the same order | minskim | 1 | -2/+2 |
2006-05-02 | Use brackets "[]" to quote characters instead of backslash "\". This | jlam | 1 | -2/+2 |
2006-04-24 | Added the shebang line. | rillig | 1 | -2/+2 |
2006-04-17 | Only do the locale transformation if USE_PKGLOCALEDIR is defined. This | jlam | 2 | -2/+9 |
2006-04-17 | Modify the plist module to automatically transform "^share/locale" in | jlam | 3 | -3/+62 |
2006-04-16 | Now that all info file entries have been pushed from INFO_FILES into | jlam | 1 | -19/+2 |
2006-04-15 | Apply jlam's awk fix done in plist-info.awk 1.12. | minskim | 1 | -3/+5 |
2006-04-14 | Avoid () as a regular expression as the interpretation seems to be | jlam | 1 | -3/+5 |
2006-04-12 | If the info file doesn't exist on the disk, we should still output an | jlam | 1 | -1/+8 |
2006-04-05 | Create a new variable IGNORE_LIBTOOLIZE containing files which should | jlam | 2 | -3/+12 |
2006-03-30 | Whitespace changes. | jlam | 1 | -14/+14 |
2006-03-30 | Skip symlinks without emitting warnings during PLIST creation as these | jlam | 1 | -5/+12 |
2006-03-20 | * Creates a new variable PKGINFODIR (named similarly to PKGMANDIR) | jlam | 3 | -42/+55 |
2006-03-14 | Properly rename "info" to ${INFO_DIR} in any @dirrm statements. Also | jlam | 1 | -6/+12 |
2006-03-14 | Teach the plist framework a new variable IGNORE_INFO_DIRS that is a | jlam | 2 | -7/+30 |
2006-03-14 | Sort _PLIST_AWK_ENV. | jlam | 1 | -2/+2 |
2006-03-14 | Restructure pattern-actions a bit so that we're not lumping everything | jlam | 1 | -8/+20 |