Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-24 | Now that pkglint's Makefile defines its LICENSE, I would expect the | schmonz | 1 | -5/+5 | |
'..' test to print "looks fine." and exit 0. Indeed, this is what an installed pkglint does when run in pkgtools/pkglint. But the corresponding test does not, depending in some way on the state left by previous tests of main(). In lieu of precise understanding, just run the adjusted '..' test earlier so that nothing causes it to fail. This will annoy someone later (probably me), but gets us back to green. | |||||
2014-11-24 | New sentence, new line. Sort options in SYNOPSIS. Bump date for previous. | wiz | 2 | -37/+40 | |
2014-11-24 | New lintpkgsrc release. It contains the -y and -z parameters provided by | bsiegert | 4 | -11/+146 | |
Adrian Portelli ten years ago in PR pkg/25451. | |||||
2014-11-24 | Bump version for package list format change. | asau | 1 | -2/+2 | |
2014-11-24 | Allow empty lines, blank space, and "#"-delimited comments in list of ↵ | asau | 1 | -2/+2 | |
packages to build. | |||||
2014-11-24 | Disable CHECK_PERM & USE_CWRAPPERS here. | joerg | 1 | -1/+4 | |
2014-11-23 | Catch up tests to code: | schmonz | 1 | -9/+7 | |
- PythonDependency is a basic vartype - Wording for missing LICENSE has changed (plural -> singular) - Unknown dependency pattern is now ERROR (used to be WARN) - qmail package behavior has been improved a bit (surprise!) | |||||
2014-11-23 | Add emacs25, xemacs21[45]nox for makevars.map | mef | 2 | -4/+4 | |
Thanks wiz@ for OK. I don't believe we need emacs25nox ;-( | |||||
2014-11-22 | Do not use gcc-specific compiler flags on Mac OS versions that come with | bsiegert | 2 | -6/+15 | |
clang. Update version for bootstrap-mk-files. Patch provided by Todd Kover in PR pkg/48966. | |||||
2014-11-20 | As dholland correctly points out, this installs perl scripts, so it should | wiz | 1 | -4/+3 | |
depend on perl at run-time. Make it so. Bump version. | |||||
2014-11-19 | allow overriding the default repository URL with PKGIN_REPOSITORY_URL | jmcneill | 1 | -2/+7 | |
2014-11-05 | typos | prlw1 | 2 | -4/+4 | |
2014-10-28 | New sentence, new line. Bump date for recent changes. | wiz | 1 | -3/+4 | |
2014-10-28 | IGNORE_OSABI was renamed to CHECK_OSABI | cheusov | 3 | -6/+12 | |
2014-10-27 | New config parameter IGNORE_OSABI was added to pkg_install.conf. | cheusov | 1 | -1/+3 | |
If it is "yes", pkgtools/osabi package does not check kernel version. Oked by bouyer@ | |||||
2014-10-09 | PKG_INSTALLATION_TYPES cleanup. Ride bump. | wiz | 2 | -4/+3 | |
2014-10-09 | Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. | wiz | 26 | -78/+26 | |
2014-10-09 | Bump version. | wiz | 1 | -2/+2 | |
2014-10-09 | More SVR4_PKGNAME cleanup. | wiz | 5 | -21/+9 | |
2014-10-09 | Remove SVR4_PKGNAME, per discussion on tech-pkg. | wiz | 3 | -8/+3 | |
2014-10-08 | Cleaned up the TODO list; the license check has been implemented. | rillig | 1 | -12/+2 | |
2014-10-08 | Fixed variable type of PYTHON_VERSIONED_DEPENDENCIES, so that build-time | rillig | 2 | -4/+21 | |
and run-time dependencies can be specified without pkglint warnings. | |||||
2014-10-07 | Revbump after updating libwebp and icu | adam | 4 | -8/+8 | |
2014-10-06 | FreeBSD decided that getline must be explicitly requested. | joerg | 1 | -1/+2 | |
2014-10-06 | OSX 9 lacks getline, so add it to the list. Use custom version of | joerg | 2 | -13/+21 | |
le32toh. | |||||
2014-09-18 | Explicitly set target directory. Provide RCS ID. | joerg | 1 | -0/+4 | |
2014-09-17 | Fix spelling. | schmonz | 1 | -1/+1 | |
2014-09-17 | + cwrappers | joerg | 1 | -1/+2 | |
2014-09-17 | Add cwrappers-20100308 with minimal compat changes. Developed as part of | joerg | 59 | -0/+3782 | |
GSoC 2007, initial test suite parts from schmonz@, nagging by jperkin, approval for addition during freeze by agc@. | |||||
2014-09-08 | Allow -std= in compiler flags. | wiz | 1 | -2/+2 | |
Ride bump. | |||||
2014-09-08 | Allow '+' in another place checking for package names. Needed e.g. for gtk2+. | wiz | 2 | -5/+5 | |
Bump version. | |||||
2014-09-03 | Use MAKE_JOBS for inplace libnbcompat. Reduces the build time for bootstrap | jperkin | 1 | -3/+3 | |
quite a bit when using --make-jobs, due to the potentially large number of times that libnbcompat needs to be (re)built. | |||||
2014-08-30 | Update to 0.47.1 | cheusov | 2 | -6/+6 | |
Fixes: - exit status of bmake invocation was not checked - dirty hacks with PSS_SLAVES when MASTER_MODE=no are no longer necessary | |||||
2014-08-22 | No one reads makebump.manual and checks PKGREVISION changes; just | wiz | 3 | -8/+7 | |
mention the packages where it failed. Update manpage. Bump version. | |||||
2014-08-14 | Update to 0.47.0 | cheusov | 3 | -31/+7 | |
TOOL_DEPENDS is supported by default (pkg_src_summary stage) Support for cross-builds (not tested yet) stage_checks: - gen_unregistered_CONFLICTS was disabled, it is too slow. - additional section for memory allocation failures was added. - improvements for "missing progs", "missign header" and "library not found sections". distbb_chroot: - Option -p was added and other improvements. distbb.conf and distbb.default.conf: - Variable OS was renamed to OPSYS - home-made function "assign" was replaced with := - New config variable ULIMIT_CMD was introduced. It defaults to "ulimit -t 1800" upload_pkgs_all_files: fix find(1) arguments. Thanks to Andrey Oktyabrski for the report. | |||||
2014-08-12 | Update to 0.65.1 | cheusov | 2 | -6/+6 | |
Build failure was fixed on Haiku. Haiku provides strlwr(3) that conflicts with pkg_summary-utils' version. | |||||
2014-08-07 | Add PYTHON_VERSIONED_DEPENDENCIES. Bump version. | wiz | 2 | -3/+4 | |
2014-08-01 | Squelch warnings about smartmatch being experimental. | schmonz | 1 | -1/+2 | |
2014-07-29 | PR 48824: Disable bogus clobbering warning from GCC 4.8. | joerg | 1 | -2/+6 | |
2014-07-25 | libnbcompat-20140725: | jperkin | 6 | -12/+22 | |
Newer Linux systems have moved libutil.h to bsd/libutil.h, add the necessary checks for that location. Fixes at least Ubuntu 12.04. | |||||
2014-07-22 | Improve commonbump instructions. | wiz | 1 | -2/+2 | |
2014-07-19 | Use standard email address (pkgsrc-p5-people should not be MAINTAINER). | wiz | 1 | -2/+2 | |
2014-07-13 | Update BUILD_DEPENDS | cheusov | 1 | -2/+2 | |
2014-07-13 | Update | cheusov | 2 | -6/+6 | |
Version 0.65.0 mk-configure>=0.26.0 is required for build. pkg_grep_summary - fix for "-t strfile" (hcreate(3) hash is not autoresizable) - if option -r was applied, the exit status is 1 for "not match" and 2 for unexpected failure. Code clean-ups and improvements. Version 0.64.0 pkg_subgraph_deps: - significant performance improvements pkg_cmp_summary: - option -f was added, options -p and -P are considered deprecated Code clean-ups in the default pkg_digger.conf | |||||
2014-06-25 | Add LIBTOOL_REQD. Bump version. | wiz | 2 | -3/+4 | |
2014-06-25 | Don't set EXTRACT_SUFX if it's .gem. Change if statement to use a switch | rodent | 2 | -7/+11 | |
and exclude ${WRKDIR}/.gemspec from WRKSRC candidates. Bump PKGVERSION. | |||||
2014-06-24 | Make finddepends(1) parse Makefile.common's "# used by" lines and | wiz | 4 | -10/+21 | |
also emit packages mentioned there, if a match was found in that Makefile.common. Adapt revbump HOWTO slightly, but not completely, since I don't trust the comments enough yet. Bump version. Leaf package. | |||||
2014-06-19 | Sync mysql version list with reality. | wiz | 2 | -4/+4 | |
From John Nemeth. Bump version. | |||||
2014-06-14 | Update x11-links to 0.91. | jperkin | 2 | -5/+5 | |
On Linux with LIBABISUFFIX, only include lib$LIBABISUFFIX directories rather than both, as it can cause issues with ld finding suitable libraries. Fixes a bunch of packages. | |||||
2014-06-13 | Add two freetype2 files needed in recent OS X Quartz. | gdt | 3 | -5/+7 | |