Age | Commit message (Expand) | Author | Files | Lines |
2005-07-30 | Remove pkgconflict here too. | wiz | 1 | -2/+1 |
2005-07-30 | Removed the package as it has not been working since 2001. Ok'ed by | rillig | 6 | -539/+0 |
2005-07-29 | Allow PATCH_DIST_CAT in the PATCH_SITES section. | he | 2 | -4/+4 |
2005-07-25 | Add xorg file which has common Xorg file entries. | reed | 1 | -0/+611 |
2005-07-25 | Added xorg support, based on if ${X11BASE}/lib/X11/config/xorgversion.def | reed | 7 | -2/+129 |
2005-07-25 | Pull over change from src/usr.sbin/pkg_install: | hubertf | 1 | -4/+11 |
2005-07-25 | Pull over this change from src/usr.sbin/pkg_install (-current): | hubertf | 1 | -14/+18 |
2005-07-21 | 3.9: Update for pkg-config path change. | wiz | 2 | -5/+5 |
2005-07-21 | Fix a typo and improve markup. | wiz | 2 | -100/+95 |
2005-07-21 | Updated and rewrote the man page. | rillig | 2 | -95/+72 |
2005-07-21 | Added a new subroutine log_subinfo that has an additional parameter | rillig | 1 | -35/+66 |
2005-07-21 | Changed debugging output to reflect the recent split of checkfile_Makefile. | rillig | 1 | -6/+6 |
2005-07-21 | The checkfile_Makefile subroutine is split into load_package_Makefile | rillig | 1 | -35/+47 |
2005-07-21 | In the diagnostic messages, multiple adjacent slashes are compressed to | rillig | 1 | -1/+2 |
2005-07-20 | Updated to be in sync with mk/replace.mk, revision 1.120. | rillig | 1 | -2/+4 |
2005-07-20 | Don't print "vague" diagnostics by default. A "vague" diagnostic is one | rillig | 1 | -2/+2 |
2005-07-20 | Don't show warnings for tool names that are enclosed in single quotes. | rillig | 1 | -3/+10 |
2005-07-20 | Added a subroutine expand_variable that replaces certain known ${...} | rillig | 1 | -38/+32 |
2005-07-20 | Removed global variable for checking type conformity of Makefile variables. | rillig | 1 | -15/+22 |
2005-07-20 | Removed global variable %seen_Makefile_include. | rillig | 1 | -10/+8 |
2005-07-20 | Removed globally visible variable %predefined_sites. It is now a | rillig | 1 | -12/+24 |
2005-07-20 | Changed the default value of $pkgname from "" to undefined. | rillig | 1 | -7/+7 |
2005-07-20 | Removed three more global variables. | rillig | 1 | -29/+16 |
2005-07-20 | Removed global variable $pkgsrc_rootdir. | rillig | 1 | -7/+4 |
2005-07-20 | The package's files are now processed by a large switch inside a loop | rillig | 1 | -47/+42 |
2005-07-18 | Sync over files from src/usr.sbin/pkg_install to fix PR pkg/30658: | hubertf | 3 | -23/+9 |
2005-07-16 | Remove some unnecessarily strong dependencies on perl that resulted | jlam | 1 | -2/+2 |
2005-07-16 | Get rid of USE_PERL5. The new way to express needing the Perl executable | jlam | 7 | -15/+14 |
2005-07-15 | Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify a | jlam | 1 | -3/+2 |
2005-07-15 | Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making | jlam | 1 | -11/+11 |
2005-07-05 | Don't use reserved variable names (${_f_} => ${f}). | rillig | 1 | -3/+3 |
2005-07-02 | Removed the need for the global variable $opt_packagedir. No user-visible | rillig | 1 | -33/+31 |
2005-07-02 | Removed very old checks for files/md5, files/patch-sum, COMMENT and pkg/. | rillig | 1 | -13/+1 |
2005-07-02 | Added a parameter to the checkfile_* subroutines that specifies the base | rillig | 1 | -46/+42 |
2005-07-02 | TODO: make all pathnames relative to the current directory. | rillig | 1 | -0/+1 |
2005-07-02 | The subroutine check_package gets the package directory as argument. | rillig | 1 | -4/+7 |
2005-07-02 | Restricted the warning option -Wsort to only apply to PLIST files and | rillig | 3 | -13/+14 |
2005-07-02 | Removed the check for expanded RCS tag completely, assuming no one will | rillig | 1 | -12/+3 |
2005-07-01 | Clarified the warning message when an uncommitted file has an expanded | rillig | 1 | -2/+2 |
2005-06-27 | This package's installation does not run mtree (NO_MTREE=yes) so use | seb | 1 | -2/+2 |
2005-06-27 | The subroutines checkfile_MESSAGE, checkfile_PLIST, checkfile_distinfo and | rillig | 1 | -24/+15 |
2005-06-26 | Actually use PKG_DBDIR and PKGSRCDIR values from the build process, | atatat | 2 | -5/+5 |
2005-06-24 | Don't warn on empty scripts/ directories, which may occur during CVS | rillig | 2 | -11/+9 |
2005-06-19 | Avoid creating an empty directory that is not used (and which didn't match | jmmv | 1 | -2/+1 |
2005-06-17 | Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of | jlam | 1 | -2/+2 |
2005-06-17 | Create directories before installing files into them. | jlam | 12 | -12/+36 |
2005-06-14 | Update pkgtools/xpkgwedge to 1.14. Changes from 1.13 include using | jlam | 2 | -6/+8 |
2005-06-14 | Update pkgtools/xpkgwedge to 1.13. Changes from version 1.12 include | jlam | 2 | -7/+6 |
2005-06-14 | pkglint complains about empty DESCR files again. Fixes PR 30509. Updated | rillig | 2 | -3/+7 |
2005-06-13 | Use += to not override previous USE_TOOLS setting. | jlam | 1 | -2/+2 |