Age | Commit message (Expand) | Author | Files | Lines |
2013-03-26 | Respond to wiz's code review: | schmonz | 2 | -5/+5 |
2013-03-26 | Excessive self-grepping causes bugginess. Don't! | schmonz | 2 | -7/+4 |
2013-03-26 | Mechanically refactor vartype_basic to dispatch table. | schmonz | 1 | -542/+605 |
2013-03-26 | Bag-compare all vartypes_basictypes, not just two. | schmonz | 2 | -6/+34 |
2013-03-26 | Declare package pkglint (not main) in pkglint.pl. | schmonz | 2 | -12/+10 |
2013-03-26 | Subst paths for both test and install. | schmonz | 1 | -3/+8 |
2013-03-26 | Document the need for many more automated tests. | schmonz | 2 | -2/+8 |
2013-03-26 | Extract PkgLint::* to files, then inline them. | schmonz | 13 | -1058/+1108 |
2013-03-26 | Sanity-check pkglint on some reference packages. | schmonz | 1 | -5/+86 |
2013-03-26 | Give test_unit() better defaults for easier calling. | schmonz | 1 | -3/+5 |
2013-03-25 | USE_FEATURES must come before bsd.prefs.mk is included. | sbd | 1 | -5/+5 |
2013-03-18 | Use `` instead of $(), fixes bootstrap on older SunOS versions which have | jperkin | 1 | -3/+3 |
2013-03-17 | avoid to match commnented out lines (createbuildlink will create such lines | obache | 1 | -2/+2 |
2013-03-16 | Bump PKGREVISION from default PHP version change to 5.4. | obache | 1 | -2/+2 |
2013-03-14 | Sync licenses with mk/ | wiz | 1 | -21/+25 |
2013-03-08 | Version 0.61.0, by Aleksey Cheusov, Fri, 8 Mar 2013 16:23:05 +0300 | cheusov | 2 | -6/+6 |
2013-03-08 | Version 0.11.0, by Aleksey Cheusov, Fri, 8 Mar 2013 15:56:56 +0300 | cheusov | 3 | -11/+18 |
2013-03-08 | tell UAC_REQD_EXECS pkglint. | obache | 1 | -1/+2 |
2013-03-06 | tell Cygwin and Haiku to pkglint. | obache | 1 | -3/+3 |
2013-03-04 | Add FLEX_REQD. | wiz | 1 | -1/+2 |
2013-03-02 | Bump PKGREVISION for mysql default change to 55. | wiz | 1 | -2/+2 |
2013-02-25 | NetBSD specific: repositories.conf is configured using OS release number. | imil | 2 | -9/+16 |
2013-02-24 | Fix missing '$' in regex in sh in bmake. | obache | 1 | -2/+2 |
2013-02-23 | Help people using mk files outside pkgsrc, provide saner default values. | asau | 1 | -0/+8 |
2013-02-23 | Update x11-links to 0.73. | obache | 1 | -9/+20 |
2013-02-23 | normalize OS_VERSION for Cygwin, same as in mk/bsd.prefe.mk. | obache | 1 | -1/+4 |
2013-02-21 | Fix build with clang. | wiz | 2 | -2/+14 |
2013-02-16 | Recursive bump for png-1.6. | wiz | 2 | -4/+4 |
2013-02-16 | Stop recommending lintpkgsrc -d -- it's output is unreadable nowadays | wiz | 2 | -8/+5 |
2013-02-14 | Fix OPSYS for Cygwin (formerly using CYGWIN before importing Cygwin support). | obache | 1 | -2/+2 |
2013-02-11 | Remove lbx packages. Unsupported since xorg-server-1.2 and marked | wiz | 1 | -2/+1 |
2013-02-10 | Also set NUMERIC_VERSION_ONLY for Cygwin, | obache | 2 | -3/+3 |
2013-02-10 | As noted in libarchive/archive_entry.h, need to define LIBARCHIVE_STATIC | obache | 1 | -1/+5 |
2013-02-10 | check missing declaration of setpassent(3) for Cygwin. | obache | 4 | -4/+18 |
2013-02-10 | Add Cygwin support, mainly borrowed from Interix's one. | obache | 2 | -0/+666 |
2013-02-10 | Just increase version if the package belongs us. | wiz | 1 | -3/+2 |
2013-02-10 | bump pkgrevision after making some changes to the source | mspo | 1 | -2/+2 |
2013-02-09 | Add new scripts. | wiz | 2 | -0/+33 |
2013-02-09 | Add script to list TODO entries for installed packages. | wiz | 2 | -7/+15 |
2013-02-09 | this should address 47516 | mspo | 1 | -15/+4 |
2013-02-06 | PKGREVISION bumps for the security/openssl 1.0.1d update. | jperkin | 2 | -3/+4 |
2013-02-02 | patches/patch-distbb__chroot.in is not needed anymore | cheusov | 1 | -11/+0 |
2013-02-02 | Update to 0.46.0 | cheusov | 2 | -10/+8 |
2013-02-01 | Reset MAINTAINER/OWNER (became observers) | wiz | 1 | -2/+2 |
2013-01-31 | Shut up warnings about 6.0 packages on 6.0.1 (and similar). | wiz | 2 | -4/+8 |
2013-01-26 | Revbump after graphics/jpeg and textproc/icu | adam | 4 | -7/+8 |
2013-01-23 | Fix typo in variable name. | wiz | 1 | -2/+2 |
2013-01-23 | Remove code which tries to use "Xquartz" to find out the X.org version | tron | 1 | -7/+2 |
2013-01-20 | Test a couple more error paths through main() -> checkitem(). Add | schmonz | 1 | -3/+36 |
2013-01-20 | pkglint(1) determines its list of basic variable types by grepping | schmonz | 2 | -13/+49 |